summaryrefslogtreecommitdiff
path: root/src/ivysocket.c
diff options
context:
space:
mode:
authorfcolin2005-05-30 17:07:31 +0000
committerfcolin2005-05-30 17:07:31 +0000
commit02e9cae98a71ffc42a7243d168c6e22472999c1b (patch)
tree52fb99756e79a60deb096e21b8bec25b4fd6315e /src/ivysocket.c
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.c')
-rw-r--r--src/ivysocket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ivysocket.c b/src/ivysocket.c
index 7161f13..50a4483 100644
--- a/src/ivysocket.c
+++ b/src/ivysocket.c
@@ -117,10 +117,6 @@ int make_message_var(char ** buffer, int *size, int offset, const char *fmt, ..
return len;
}
-void SocketInit()
-{
- IvyChannelInit();
-}
static void DeleteSocket(void *data)
{