summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivy.h b/src/ivy.h
index 1056cd1..e892070 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -54,7 +54,7 @@ typedef void (*MsgDirectCallback)( IvyClientPtr app, void *user_data, int id, ch
typedef struct _msg_rcv *MsgRcvPtr;
/* filtrage des regexps */
-void IvyClasses( int argc, const char **argv);
+void IvySetFilter( int argc, const char **argv);
void IvyInit(
const char *AppName, /* nom de l'application */