diff options
Diffstat (limited to 'src/espik_config.h')
-rw-r--r-- | src/espik_config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/espik_config.h b/src/espik_config.h index e6f67c5..87549c3 100644 --- a/src/espik_config.h +++ b/src/espik_config.h @@ -1,15 +1,15 @@ -#ifndef _HAVE_ESPIK_CONFIG_H -#define _HAVE_ESPIK_CONFIG_H +#ifndef HAVE_ESPIK_CONFIG_H +#define HAVE_ESPIK_CONFIG_H #include "espik.h" #include "espik_global.h" t_servinfo *espik_server_config_set (char *, unsigned short); t_userinfo *espik_user_sysinfo_get (); -void espik_config_default_set (); -void espik_config_init (); -void espik_config_get (t_info * s_info); -void espik_config_set (t_info config); +void espik_config_default_set (); +void espik_config_init (); +void espik_config_get (t_info * s_info); +void espik_config_set (t_info config); #define ESPIK_CONFIG_VERSION 1 @@ -39,4 +39,4 @@ struct _espik_config struct channel* cuurent_channel; }; -#endif /* _HAVE_ESPIK_CONFIG_H */ +#endif /* HAVE_ESPIK_CONFIG_H */ |