aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/eco.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/FICS/eco.h b/FICS/eco.h
index 45bd113..c506db6 100644
--- a/FICS/eco.h
+++ b/FICS/eco.h
@@ -24,12 +24,12 @@ typedef struct {
char FENpos[80];
} LONG_entry;
-extern char *boardToFEN();
-extern char *getECO();
-extern int com_eco();
-extern void BookInit();
-extern void ECO_init();
-extern void LONG_init();
-extern void NIC_init();
+extern char *boardToFEN(int);
+extern char *getECO(int);
+extern int com_eco(int, param_list);
+extern void BookInit(void);
+extern void ECO_init(void);
+extern void LONG_init(void);
+extern void NIC_init(void);
#endif