]> jfr.im git - irc/atheme/atheme-contrib-modules.git/commitdiff
gen_vhostonreg.c: a few fixups
authorAaron Jones <redacted>
Sat, 30 Jun 2018 16:25:07 +0000 (16:25 +0000)
committerAaron Jones <redacted>
Sat, 30 Jun 2018 16:25:07 +0000 (16:25 +0000)
- Remove unnecessary forward declarations

gen_vhostonreg.c

index abc0ed40030a1ea443d372528b9f1b28926efaa4..41580a3384770620004f5e9d1ffea7a79f4b9acd 100644 (file)
 /* allow us-ascii letters, digits and the following characters */
 #define VALID_SPECIALS "-"
 
-static int counter;
-
-static void handle_verify_register(hook_user_req_t *req);
-static void hook_user_identify(user_t *u);
+static int counter = 0;
 
 static void
 user_add_host(myuser_t *mu)