summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index cf90bdd..7a97947 100644
--- a/Ivy/Ivy.h
+++ b/Ivy/Ivy.h
@@ -109,6 +109,7 @@ public:
int BindMsg( const char *regexp, IvyMessageCallback *cb );
int BindMsg( IvyMessageCallback *cb, const char *regexp, ... );
void UnbindMsg( int id );
+ void ChangeBindMsg( int id, const char *regexp, ... );
Ivy( const char *name, const char* ready, IvyApplicationCallback *callback, bool Synchronous = true );
void start(const char *domain);
void stop();