summaryrefslogtreecommitdiff
path: root/src/base/checkFront.h
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-12 23:00:24 +0200
committerDusan Durech <dusan@debian.debian>2009-04-12 23:00:24 +0200
commit0287f62578cb4aa643649a9d62dc753586b16b30 (patch)
tree7f6e2721d71ab2824b7d163a5b878d390ddb7918 /src/base/checkFront.h
parent5876841408bf307d78d254b5ca355c61044e9e72 (diff)
fix bad preFixs
Diffstat (limited to 'src/base/checkFront.h')
-rw-r--r--src/base/checkFront.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/checkFront.h b/src/base/checkFront.h
index 4e7781d..2fc73b0 100644
--- a/src/base/checkFront.h
+++ b/src/base/checkFront.h
@@ -12,10 +12,10 @@
# include "list.h"
# include "server.h"
-extern list_t *checkFront_new();
-extern void checkFront_add_msg(list_t * list, char *msg, int type, int id);
-extern void checkFront_event(client_t * client);
-extern void checkFront_del_msg(list_t * listCheckFront, int id);
-extern void checkFront_destroy(list_t * p);
+extern list_t *check_front_new();
+extern void check_front_add_msg(list_t * list, char *msg, int type, int id);
+extern void check_front_event(client_t * client);
+extern void check_front_del_msg(list_t * listCheckFront, int id);
+extern void check_front_destroy(list_t * p);
#endif