aboutsummaryrefslogtreecommitdiff
path: root/src/espik_config.h
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-03-17 14:06:30 +0100
committerJACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com>2006-03-17 14:06:30 +0100
commit87cca51e1fb06740b14b81e32d845ecf07f63ae4 (patch)
tree0be818519aa4752177e51e8ddd8efb8ab407df10 /src/espik_config.h
parentAdd a trailing white space detector script (diff)
downloadespik-87cca51e1fb06740b14b81e32d845ecf07f63ae4.tar.xz
change a bit headers and indeting
Diffstat (limited to 'src/espik_config.h')
-rw-r--r--src/espik_config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/espik_config.h b/src/espik_config.h
index f9bb213..77f49ce 100644
--- a/src/espik_config.h
+++ b/src/espik_config.h
@@ -1,16 +1,16 @@
-#ifndef HAVE_ESPIK_CONFIG_H
-#define HAVE_ESPIK_CONFIG_H
+#ifndef ESPIK_CONFIG_H
+#define 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*);
-void espik_config_set (t_info);
-void espik_config_shutdown (t_info);
+void espik_config_default_set ();
+void espik_config_init ();
+void espik_config_get (t_info*);
+void espik_config_set (t_info);
+void espik_config_shutdown (t_info);
#define ESPIK_CONFIG_VERSION 1
@@ -42,4 +42,4 @@ struct _espik_config
struct channel* cuurent_channel;
};
-#endif /* HAVE_ESPIK_CONFIG_H */
+#endif /* ESPIK_CONFIG_H */