]> jfr.im git - irc/quakenet/newserv.git/blobdiff - pqsql/pqsql.c
Sigh
[irc/quakenet/newserv.git] / pqsql / pqsql.c
index 9a540bfa1f68c10097d411a8b2e2e7e66e17470c..b635e912322b31d9987b8ee17ff6c34ab70f0eb1 100644 (file)
@@ -9,12 +9,15 @@
 #include "../irc/irc_config.h"
 #include "../core/events.h"
 #include "../core/hooks.h"
+#include "../lib/version.h"
 #include "pqsql.h"
 
 #include <stdlib.h>
 #include <sys/poll.h>
 #include <stdarg.h>
 
+MODULE_VERSION("$Id: pqsql.c 663 2006-05-16 17:27:36Z newserv $")
+
 typedef struct pqasyncquery_s {
   sstring *query;
   void *tag;