diff options
Diffstat (limited to 'src/daemon/settings_private.h')
-rw-r--r-- | src/daemon/settings_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h index 3d713b3..33a1543 100644 --- a/src/daemon/settings_private.h +++ b/src/daemon/settings_private.h @@ -38,8 +38,8 @@ static struct settings { char *im_proto; } settings; -int test_flag(unsigned int flag); -void set_flag(unsigned int flag); -void unset_flag(unsigned int flag); +static int test_flag(unsigned int flag); +static void set_flag(unsigned int flag); +static void unset_flag(unsigned int flag); #endif /* USURPATION_SETTINGS_PRIVATE_H */ |