From 0287f62578cb4aa643649a9d62dc753586b16b30 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 23:00:24 +0200 Subject: fix bad preFixs --- src/base/checkFront.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/base/checkFront.h') 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 -- cgit v1.2.3