]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts_db.c
Add missing module version info.
[irc/quakenet/newserv.git] / trusts / trusts_db.c
index 49c7fa65e664ab38599f72ce7809f22d11a50ae7..173ccac2081f8d52a2edc03828e594de9fa7b177 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdarg.h>
+#include "../lib/version.h"
 #include "../dbapi2/dbapi2.h"
 #include "../core/error.h"
 #include "../core/hooks.h"
@@ -8,6 +9,8 @@
 #include "../irc/irc.h"
 #include "trusts.h"
 
+MODULE_VERSION("");
+
 DBAPIConn *trustsdb;
 static int tgmaxid, thmaxid;
 static int loaderror;