aboutsummaryrefslogtreecommitdiff
path: root/src/espik_net.h
diff options
context:
space:
mode:
authorbeber <beber>2005-12-01 20:22:19 +0000
committerbeber <beber>2005-12-01 20:22:19 +0000
commit1d217fb1cf5b137fe0758015e90e4f38a5a0ba62 (patch)
treecf92fb109d6bc4cb81a66fa1d542efae34c1fc53 /src/espik_net.h
parentmore debug infos (diff)
downloadespik-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 'src/espik_net.h')
-rw-r--r--src/espik_net.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/espik_net.h b/src/espik_net.h
index 9e9cbff..03d50c2 100644
--- a/src/espik_net.h
+++ b/src/espik_net.h
@@ -1,5 +1,5 @@
-#ifndef _HAVE_ESPIK_NET_H
-#define _HAVE_ESPIK_NET_H
+#ifndef HAVE_ESPIK_NET_H
+#define HAVE_ESPIK_NET_H
#include "espik.h"
@@ -7,4 +7,4 @@ void espik_raw_send (char*);
void espik_con_init (t_info);
void espik_con_shutdown ();
-#endif /* _HAVE_ESPIK_NET_H */
+#endif /* HAVE_ESPIK_NET_H */