summaryrefslogtreecommitdiff
path: root/src/base/checkFront.h
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
commit6a0565944376426ded71849df09527da077dfc94 (patch)
tree2f9e1f664febc298b61626a613366330dfe0bd6e /src/base/checkFront.h
parent130d45bfc935da1702a7b5c246a099ea3b4a0bdf (diff)
Ups forget to fix header files.
Diffstat (limited to 'src/base/checkFront.h')
-rw-r--r--src/base/checkFront.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/base/checkFront.h b/src/base/checkFront.h
index bcf0a18..32d23b7 100644
--- a/src/base/checkFront.h
+++ b/src/base/checkFront.h
@@ -1,21 +1,21 @@
#ifndef CHECK_FRONT_H
- #define CHECK_FRONT_H
- #define CHECK_FRONT_SEND_TIME_INTERVAL 100
- #define CHECK_FRONT_MAX_COUNT_SEND 30
-
- #define CHECK_FRONT_ID_NONE -1
- #define CHECK_FRONT_TYPE_SIMPLE 1
- #define CHECK_FRONT_TYPE_CHECK 2
+#define CHECK_FRONT_H
+#define CHECK_FRONT_SEND_TIME_INTERVAL 100
+#define CHECK_FRONT_MAX_COUNT_SEND 30
- #include "list.h"
- #include "server.h"
+#define CHECK_FRONT_ID_NONE -1
+#define CHECK_FRONT_TYPE_SIMPLE 1
+#define CHECK_FRONT_TYPE_CHECK 2
- extern list_t* newCheckFront();
- extern void addMsgInCheckFront(list_t *list, char *msg, int type, int id);
- extern void eventMsgInCheckFront(client_t *client);
- extern void delMsgInCheckFront(list_t *listCheckFront, int id);
- extern void destroyCheckFront(list_t *p);
+#include "list.h"
+#include "server.h"
+
+extern list_t *newCheckFront();
+extern void addMsgInCheckFront(list_t * list, char *msg, int type, int id);
+extern void eventMsgInCheckFront(client_t * client);
+extern void delMsgInCheckFront(list_t * listCheckFront, int id);
+extern void destroyCheckFront(list_t * p);
#endif