diff options
Diffstat (limited to 'FICS/gamedb.h')
| -rw-r--r-- | FICS/gamedb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h index 3b2e018..03aa9ee 100644 --- a/FICS/gamedb.h +++ b/FICS/gamedb.h @@ -205,6 +205,8 @@ extern void game_write_complete(int, int, char *); extern void send_board_to(int, int); extern void send_boards(int); +extern int get_intval(const char *); +extern time_t get_timeval(const char *); __FICS_END_DECLS #endif |
