diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 19:16:38 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 19:16:38 +0100 |
| commit | 0f1d8f3ffffc6e6a63fd57b773f4a8fd1a975a20 (patch) | |
| tree | 8061e92f369a1a659b711b7bebca23a9fc153cde /FICS/playerdb.h | |
| parent | c247927e89f2cf8f5642d54cbc05d96e5b2911a1 (diff) | |
Added get_uint()
Diffstat (limited to 'FICS/playerdb.h')
| -rw-r--r-- | FICS/playerdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 1ccae61..56f9007 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -278,4 +278,5 @@ extern void player_pend_print(int, pending *); extern void player_write_login(int); extern void player_write_logout(int); +extern unsigned int get_uint(const char *); #endif /* _PLAYERDB_H */ |
