From 19735bb3c818f78d5ce53d1482b0bd62f63d76e8 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 22 Jun 2006 10:47:46 +0000 Subject: Ajout d'un warning si la variable IVY_DEBUG_FILTER est postionne et que le message n'est pas emit , on controle la table des filtres ajout d'un flag -c a ivyprobe pour la gestion des filtres de regexps --- src/ivybind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ivybind.h') diff --git a/src/ivybind.h b/src/ivybind.h index aa2ae2a..adfc340 100644 --- a/src/ivybind.h +++ b/src/ivybind.h @@ -19,8 +19,10 @@ typedef struct _binding *IvyBinding; /* Mise en place des Filtrages */ +int IvyBindingGetFilterCount(); void IvyBindingSetFilter( int argc, const char ** argv ); int IvyBindingFilter( const char *expression ); +void IvyBindindFilterCheck( const char *message ); /* Creation, Compilation */ IvyBinding IvyBindingCompile( const char *expression, int *erroffset, const char **errmessage ); -- cgit v1.1