From 135d593deef607dcf5c8f5dabcd579ea1719fe01 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Sun, 12 Apr 2009 23:22:23 +0200 Subject: fix bad prefixes and names every one --- src/base/checkFront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/checkFront.c') 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); -- cgit v1.2.3