Give LoadListBox two extra parameters
[xboard.git] / xoptions.c
index fb12fa3..9d4f122 100644 (file)
@@ -206,7 +206,7 @@ SetDialogTitle (DialogClass dlg, char *title)
 }
 
 void
-LoadListBox (Option *opt, char *emptyText)
+LoadListBox (Option *opt, char *emptyText, int n1, int n2)
 {
 #ifdef TODO_GTK
     static char *dummyList[2];