summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
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 );