diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:00:24 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:00:24 +0200 |
| commit | 0287f62578cb4aa643649a9d62dc753586b16b30 (patch) | |
| tree | 7f6e2721d71ab2824b7d163a5b878d390ddb7918 /src/base/checkFront.h | |
| parent | 5876841408bf307d78d254b5ca355c61044e9e72 (diff) | |
fix bad preFixs
Diffstat (limited to 'src/base/checkFront.h')
| -rw-r--r-- | src/base/checkFront.h | 10 |
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 |