From 5165be98a850bad1c2371f8ae8fa1e4cc8b76a15 Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 19 Apr 2006 16:30:08 +0000 Subject: Add indication on regexp filtering when classes are used call BindingCallback --- src/ivy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.h') diff --git a/src/ivy.h b/src/ivy.h index 9911137..fd1fb62 100644 --- a/src/ivy.h +++ b/src/ivy.h @@ -29,7 +29,7 @@ extern "C" { typedef struct _clnt_lst *IvyClientPtr; typedef enum { IvyApplicationConnected, IvyApplicationDisconnected } IvyApplicationEvent; -typedef enum { IvyAddBind, IvyRemoveBind } IvyBindEvent; +typedef enum { IvyAddBind, IvyRemoveBind, IvyFilterBind } IvyBindEvent; extern void IvyDefaultApplicationCallback( IvyClientPtr app, void *user_data, IvyApplicationEvent event ) ; extern void IvyDefaultBindCallback( IvyClientPtr app, void *user_data, int id, char* regexp, IvyBindEvent event ) ; -- cgit v1.1