summaryrefslogtreecommitdiff
path: root/src/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/client.h b/src/client/client.h
index e301c4b..32ae6e5 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -9,10 +9,10 @@
#define CLIENT_TIMEOUT 1000
#define SERVER_TIMEOUT_ALIVE 5000
-extern int initUdpClient(char *ip, int port, int proto);
+extern int initClient(char *ip, int port, int proto);
extern void sendServer(char *msg);
extern void eventClient();
-extern void quitUdpClient();
+extern void quitClient();
#endif