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 97841bd..286ea7a 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -80,8 +80,8 @@ void IvyStart (const char*);
void IvyStop (void);
/* query sur les applications connectees */
-char *IvyGetApplicationName( IvyClientPtr app );
-char *IvyGetApplicationHost( IvyClientPtr app );
+const char *IvyGetApplicationName( IvyClientPtr app );
+const char *IvyGetApplicationHost( IvyClientPtr app );
IvyClientPtr IvyGetApplication( char *name );
char *IvyGetApplicationList(const char *sep);
char **IvyGetApplicationMessages( IvyClientPtr app); /* demande de reception d'un message */