summaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.c b/src/client.c
index 0077fa6..17e5b34 100644
--- a/src/client.c
+++ b/src/client.c
@@ -78,14 +78,14 @@ static void check_unknowns_list(void);
static void ban_them(struct Client *, struct MaskItem *);
-/* init_client()
+/* client_init()
*
* inputs - NONE
* output - NONE
* side effects - initialize client free memory
*/
void
-init_client(void)
+client_init(void)
{
/* start off the check ping event .. -- adrian
* Every 30 seconds is plenty -- db