diff options
Diffstat (limited to 'FICS/settings.h')
| -rw-r--r-- | FICS/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/settings.h b/FICS/settings.h index 4b1f15e..b5aad98 100644 --- a/FICS/settings.h +++ b/FICS/settings.h @@ -14,6 +14,7 @@ void settings_init(void); void settings_deinit(void); void check_some_settings_strictly(void); +bool is_numeric(const char *); bool is_valid_hostname(const char *, err_reason_t *); bool is_valid_username(const char *, err_reason_t *); const char *settings_get(const char *set_name); |
