diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-03 23:23:14 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-03 23:23:14 +0100 |
| commit | 100611ed58b019e1f2820f07c8224e029ea1b0a1 (patch) | |
| tree | f57fd2d23e412d282c65e0a192932e3cd916fa59 /FICS/gamedb.h | |
| parent | d46e5bdc7d626eab0154c84887d0e72b7211044a (diff) | |
Defined and made use of get_intval() and get_timeval() which uses strtonum()
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 |
