diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-04 23:26:56 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-04 23:26:56 +0100 |
commit | f504d2b8070448ccc67333e65a8ce28470b841e2 (patch) | |
tree | 8607da50d22b37a966882cf2699665cada8976cb /FICS/algcheck.h | |
parent | 16f269502166473ab452e41d415f4b008a5094f5 (diff) |
Sorted the function declarations
Diffstat (limited to 'FICS/algcheck.h')
-rw-r--r-- | FICS/algcheck.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 60d971b..0752423 100644 --- a/FICS/algcheck.h +++ b/FICS/algcheck.h @@ -32,9 +32,9 @@ #define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ #define DROP_STR "@" +extern char *alg_unparse(game_state_t *, move_t *); extern int alg_is_move(char *); extern int alg_parse_move(char *, game_state_t *, move_t *); -extern char *alg_unparse(game_state_t *, move_t *); /* extern int tolower(); */ |