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 bfc8cf3..4b1f15e 100644 --- a/FICS/settings.h +++ b/FICS/settings.h @@ -13,6 +13,7 @@ __FICS_BEGIN_DECLS void settings_init(void); void settings_deinit(void); +void check_some_settings_strictly(void); 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); |
