diff options
Diffstat (limited to 'FICS/algcheck.h')
-rw-r--r-- | FICS/algcheck.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/algcheck.h b/FICS/algcheck.h index 6a0fda7..040f513 100644 --- a/FICS/algcheck.h +++ b/FICS/algcheck.h @@ -29,8 +29,8 @@ #include "board.h" #endif -#define DROP_CHAR '@' /* used by algcheck.c and movecheck.c */ -#define DROP_STR "@" +#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 *); |