]> jfr.im git - irc/quakenet/newserv.git/blob - lib/splitline.h
No code changes to sstring, replace the sstring-old mmap implementation with the...
[irc/quakenet/newserv.git] / lib / splitline.h
1 /* splitline.h */
2
3 int splitline(char *inputstring, char **outputvector, int maxparams, int coloncheck);
4 void rejoinline(char *input, int argstojoin);