]> jfr.im git - irc/quakenet/newserv.git/blobdiff - splitlist/splitlist.h
splitlist: Add splitadd command.
[irc/quakenet/newserv.git] / splitlist / splitlist.h
index eaa2e0eed0ac1a138fe3794647dde71a3d130a7b..21e079923249ec9396f23a3c0288539b89c793d1 100644 (file)
@@ -17,10 +17,10 @@ extern array splitlist;
 
 void sp_deletesplit(const char *name);
 int sp_countsplitservers(flag_t orflags);
-/* I don't see why these are exported... */
+/* I don't see why this is exported... */
 /*
 int sp_issplitserver(const char *name);
-void sp_addsplit(const char *name, time_t ts);
 */
+void sp_addsplit(const char *name, time_t ts, flag_t type);
 
 #endif /* __SPLITLIST_H */