aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-16 18:11:07 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-16 18:11:07 +0100
commitcc7387a07324e19cdd65107b5ba46ef4340c6c09 (patch)
treeb3a39849d987db97cfd8a6755a2b8eb582cc097f /FICS
parent84a0a4d7f12ea294bb51d558780e06bb82c5ad56 (diff)
Sorted the function declarations
Diffstat (limited to 'FICS')
-rw-r--r--FICS/eco.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/FICS/eco.h b/FICS/eco.h
index 92e8d0b..b355131 100644
--- a/FICS/eco.h
+++ b/FICS/eco.h
@@ -2,11 +2,11 @@
#define _ECO_H
extern char *boardToFEN();
+extern char *getECO();
+extern int com_eco();
+extern void BookInit();
extern void ECO_init();
-extern void NIC_init();
extern void LONG_init();
-extern void BookInit();
-extern int com_eco();
-extern char *getECO();
+extern void NIC_init();
#endif