diff options
author | beber <beber> | 2005-12-01 20:22:19 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-01 20:22:19 +0000 |
commit | 1d217fb1cf5b137fe0758015e90e4f38a5a0ba62 (patch) | |
tree | cf92fb109d6bc4cb81a66fa1d542efae34c1fc53 /src/espik_config.h | |
parent | more debug infos (diff) | |
download | espik-1d217fb1cf5b137fe0758015e90e4f38a5a0ba62.tar.xz |
Add a macro for __attribute__
Check if valgrinf is here
Indent
More debug and do better
use config.h
del ^_ from header
Diffstat (limited to '')
-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 */ |