diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-05 21:55:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-05 21:55:14 +0000 |
commit | bcedc75173f1123065f789a0526f5d2097fc6d99 (patch) | |
tree | 3b5848224e6a5aa415b921ac3a63285b71f81368 /include/socket.h | |
parent | 016b40a118bd75cd3a3a4fc8a7c97e2508953fb8 (diff) |
Smart tricks to allow for ipv4 and ipv6 bindings on client ports. WARNING, NOT FINISHED YET
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6501 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index 1e6ca56a2..eebc172cf 100644 --- a/include/socket.h +++ b/include/socket.h @@ -136,7 +136,7 @@ namespace irc * or a negative value upon failure (negative values are invalid file * descriptors) */ - int OpenTCPSocket(); + int OpenTCPSocket(char* addr); }; }; |