From 100611ed58b019e1f2820f07c8224e029ea1b0a1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 3 Mar 2026 23:23:14 +0100 Subject: Defined and made use of get_intval() and get_timeval() which uses strtonum() --- FICS/gamedb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/gamedb.h') 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 -- cgit v1.2.3