summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivy.h b/src/ivy.h
index fd1fb62..1056cd1 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -68,7 +68,7 @@ void IvyInit(
void IvySetBindCallback(
IvyBindCallback bind_callback,
void *bind_data );
-void IvyDelBindCallback();
+
void IvyStart (const char*);
void IvyStop ();
@@ -76,7 +76,7 @@ void IvyStop ();
char *IvyGetApplicationName( IvyClientPtr app );
char *IvyGetApplicationHost( IvyClientPtr app );
IvyClientPtr IvyGetApplication( char *name );
-char *IvyGetApplicationList();
+char *IvyGetApplicationList(const char *sep);
char **IvyGetApplicationMessages( IvyClientPtr app); /* demande de reception d'un message */
MsgRcvPtr IvyBindMsg( MsgCallback callback, void *user_data, const char *fmt_regexp, ... ); /* avec sprintf prealable */