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, 2 insertions, 0 deletions
diff --git a/src/ivy.h b/src/ivy.h
index 286ea7a..50bc301 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -61,6 +61,8 @@ typedef struct _msg_rcv *MsgRcvPtr;
/* filtrage des regexps */
void IvySetFilter( int argc, const char **argv);
+void IvyAddFilter( const char *arg);
+void IvyRemoveFilter( const char *arg);
void IvyInit(
const char *AppName, /* nom de l'application */