diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-03-01 18:09:11 +0100 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-03-01 18:09:11 +0100 |
| commit | b21832e8d922351169ab4d06e7993ed401fe0924 (patch) | |
| tree | 882f8d3deb61ea8a4586a06c9c5cb5f2e8206054 /src/client/client.h | |
| parent | 0fe84801e04022b1c92de363ec907fa6dd63bfd2 (diff) | |
API to UDP and TCP has been modified so that they can be used independet from protocols IPv4 and IPv6
Diffstat (limited to 'src/client/client.h')
| -rw-r--r-- | src/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.h b/src/client/client.h index 6795c92..8ff0d3d 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -11,7 +11,7 @@ # define CLIENT_BUFFER_LIMIT 4096 -extern int initClient(char *ip, int port, int proto); +extern int initClient(char *ip, int port); extern void sendServer(char *msg); extern void eventClient(); extern void quitClient(); |