]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanindex/chanindex.c
fix indentation
[irc/quakenet/newserv.git] / chanindex / chanindex.c
index a859250cb2b86eda681180725762db20427f6ce9..e610fd8e2e960ce8e6b0d7557f65d1314f0d0ed6 100644 (file)
@@ -5,10 +5,13 @@
 #include "../lib/irc_string.h"
 #include "../core/error.h"
 #include "../core/nsmalloc.h"
+#include "../lib/version.h"
 
 #include <stdio.h>
 #include <string.h>
 
+MODULE_VERSION("")
+
 #define ALLOCUNIT      1000
 
 #define channelhash(x)  (crc32i(x)%CHANNELHASHSIZE)