]> jfr.im git - irc/quakenet/newserv.git/blobdiff - proxyscan/proxyscan.h
changed memory allocation functions for queues as there's no need for us to
[irc/quakenet/newserv.git] / proxyscan / proxyscan.h
index ddaa8b30d59b25f532c8899a2a253ac4b029d535..09e2e6f5f162c1750134868aa1899df30d710b54 100644 (file)
@@ -97,6 +97,10 @@ extern int brokendb;
 extern unsigned int normalqueuedscans;
 extern unsigned int prioqueuedscans;
 
+extern unsigned long countpendingscan;
+
+extern unsigned long scanspermin;
+
 /* proxyscancache.c */
 cachehost *addcleanhost(unsigned long IP, time_t timestamp);
 cachehost *findcachehost(unsigned long IP);