diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 18:11:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 18:11:07 +0100 |
commit | cc7387a07324e19cdd65107b5ba46ef4340c6c09 (patch) | |
tree | b3a39849d987db97cfd8a6755a2b8eb582cc097f /FICS/eco.h | |
parent | 84a0a4d7f12ea294bb51d558780e06bb82c5ad56 (diff) |
Sorted the function declarations
Diffstat (limited to 'FICS/eco.h')
-rw-r--r-- | FICS/eco.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |