summaryrefslogtreecommitdiff
path: root/src/base/checkFront.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/checkFront.c')
-rw-r--r--src/base/checkFront.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/checkFront.c b/src/base/checkFront.c
index 47adda2..6c44580 100644
--- a/src/base/checkFront.c
+++ b/src/base/checkFront.c
@@ -48,7 +48,7 @@ list_t *check_front_new()
return list_new();
}
-void check_front_add_msg(list_t * list, char *msg, int type, int id)
+void check_front_msg_add(list_t * list, char *msg, int type, int id)
{
if (type == CHECK_FRONT_TYPE_CHECK)
id_inc(id);