diff options
Diffstat (limited to 'src/base/checkFront.h')
| -rw-r--r-- | src/base/checkFront.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/checkFront.h b/src/base/checkFront.h index 2fc73b0..cde6cfd 100644 --- a/src/base/checkFront.h +++ b/src/base/checkFront.h @@ -13,7 +13,7 @@ # include "server.h" 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_msg_add(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); |