From 7f43ddc3b96848b1a788a86ae663279dead86f27 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sat, 28 Mar 2015 00:16:57 -0500 Subject: added a function to deleted an individual key:value in libhashtable added a function that does line cutting to libirc (and its prototype in the header) made segfault take advantage of the new cutting function. --- libirc/irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libirc/irc.h') diff --git a/libirc/irc.h b/libirc/irc.h index 4520bf4..231cd84 100644 --- a/libirc/irc.h +++ b/libirc/irc.h @@ -1,3 +1,4 @@ int runit(int fd,void (*line_handler)(),void (*extra_handler)()) ; int ircConnect(char *serv,char *port,char *nick,char *user) ; int serverConnect(char *serv,char *port) ; +char **line_cutter(int fd,char *line,struct user *user) ; -- cgit v1.2.3