summaryrefslogtreecommitdiff
path: root/src/ivysocket.h
diff options
context:
space:
mode:
authorfcolin2005-05-30 17:07:31 +0000
committerfcolin2005-05-30 17:07:31 +0000
commit02e9cae98a71ffc42a7243d168c6e22472999c1b (patch)
tree52fb99756e79a60deb096e21b8bec25b4fd6315e /src/ivysocket.h
parent1e16ce16deda5ca834e84a07482608761eb6c07d (diff)
downloadivy-c-02e9cae98a71ffc42a7243d168c6e22472999c1b.zip
ivy-c-02e9cae98a71ffc42a7243d168c6e22472999c1b.tar.gz
ivy-c-02e9cae98a71ffc42a7243d168c6e22472999c1b.tar.bz2
ivy-c-02e9cae98a71ffc42a7243d168c6e22472999c1b.tar.xz
changement de protocle un seul separateur
ajout de l'application ID
Diffstat (limited to 'src/ivysocket.h')
-rw-r--r--src/ivysocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 0d9fddb..312f6b9 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -46,7 +46,6 @@ extern "C" {
#endif
/* General Init */
-extern void SocketInit();
/* utility fonction do make vsprintf without buffer limit */
extern int make_message(char ** buffer, int *size, int offset, const char *fmt, va_list ap);