]> jfr.im git - irc/quakenet/newserv.git/blobdiff - proxyscan/proxyscan.h
CHANSERV: remove accidental sendemail from SETEMAIL command.
[irc/quakenet/newserv.git] / proxyscan / proxyscan.h
index 7770bb69e1c971efe7fb9f7468c3a12278807fc1..627d7462e6ebfc538c62a5ddc907391c0bdec449 100644 (file)
@@ -16,7 +16,7 @@
 #define MAGICROUTERSTRING        "\r\nServer: Mikrotik HttpProxy\r\n"
 #define MAGICROUTERSTRINGLENGTH  30
 
-#define PSCAN_MAXSCANS      50
+#define PSCAN_MAXSCANS      100
 #define PSCAN_READBUFSIZE   (MAGICSTRINGLENGTH * 2)
 
 #define SSTATE_CONNECTING   0
@@ -145,7 +145,6 @@ foundproxy *getfoundproxy();
 void freefoundproxy(foundproxy *fpp);
 pendingscan *getpendingscan();
 void freependingscan(pendingscan *psp);
-void sfreeall();
 extrascan *getextrascan();
 void freeextrascan(extrascan *esp);