summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
authorsc1999-01-11 11:35:32 +0000
committersc1999-01-11 11:35:32 +0000
commitf32c354d5918eebf9add09aa48e6adadd4cd1b4a (patch)
tree75f940c04e79d1c43c2785be8242d0fd39384a8b /src/ivy.h
parent5fbdb5c40c1d71af2a6dc2c8af353059c6b57ed9 (diff)
downloadivy-c-f32c354d5918eebf9add09aa48e6adadd4cd1b4a.zip
ivy-c-f32c354d5918eebf9add09aa48e6adadd4cd1b4a.tar.gz
ivy-c-f32c354d5918eebf9add09aa48e6adadd4cd1b4a.tar.bz2
ivy-c-f32c354d5918eebf9add09aa48e6adadd4cd1b4a.tar.xz
Added declaration of IvyStop
Updated declaration of IvyStart
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ivy.h b/src/ivy.h
index 661d193..de0d558 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -55,7 +55,8 @@ void IvyInit(
IvyDieCallback die_callback, /* last change callback before die */
void *die_data ); /* user data */
-void IvyStart(); /* emission du bonjour */
+void IvyStart (const char*);
+void IvyStop ();
/* query sur les applications connectees */
char *IvyGetApplicationName( IvyClientPtr app );