X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/83c9da72666fbdb5548e7f3732790443aeb0d4d1..719d21bb856223e9ce264ced3ee1d179790e6131:/splitlist/splitlist.h diff --git a/splitlist/splitlist.h b/splitlist/splitlist.h index eaa2e0ee..21e07992 100644 --- a/splitlist/splitlist.h +++ b/splitlist/splitlist.h @@ -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 */