summaryrefslogtreecommitdiff
path: root/libirc/irc.h
diff options
context:
space:
mode:
authorepochqwert <epoch@53flpnlls43fcguy.onion>2015-03-28 00:16:57 -0500
committerepochqwert <epoch@53flpnlls43fcguy.onion>2015-03-28 00:16:57 -0500
commit7f43ddc3b96848b1a788a86ae663279dead86f27 (patch)
treee5eff4a1146267325451959741546ff7f6d74df6 /libirc/irc.h
parent9429905cb75e36107df9c0b44a3dd9293520f4f2 (diff)
downloadsegfault-7f43ddc3b96848b1a788a86ae663279dead86f27.tar.gz
segfault-7f43ddc3b96848b1a788a86ae663279dead86f27.zip
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.
Diffstat (limited to 'libirc/irc.h')
-rw-r--r--libirc/irc.h1
1 files changed, 1 insertions, 0 deletions
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) ;