diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-26 01:33:49 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-26 01:33:49 -0500 |
commit | 135482f52e2bcb14592ba60f97ea60088aa39275 (patch) | |
tree | 2be6fd6bade6e2f25092e35f9a9b67c7b26a4158 /libirc/irc.h | |
parent | d12cc17afd5ee2c9b589cf5ceb632a98e6f31ecf (diff) | |
download | segfault-135482f52e2bcb14592ba60f97ea60088aa39275.tar.gz segfault-135482f52e2bcb14592ba60f97ea60088aa39275.zip |
Made segfault compile without warnings again. This time with -std=c99. You know how to read Makefiles.
Diffstat (limited to 'libirc/irc.h')
-rw-r--r-- | libirc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libirc/irc.h b/libirc/irc.h index 7741f75..4520bf4 100644 --- a/libirc/irc.h +++ b/libirc/irc.h @@ -1,2 +1,3 @@ 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) ; |