summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
authorfcolin2006-06-22 10:47:46 +0000
committerfcolin2006-06-22 10:47:46 +0000
commit19735bb3c818f78d5ce53d1482b0bd62f63d76e8 (patch)
tree83d31fac54f300c02b84930bb8cd65fcf6c56e96 /src/ivybind.h
parent91c16c398d72cb2099294d86f4e9cbaf12a3d3da (diff)
downloadivy-c-19735bb3c818f78d5ce53d1482b0bd62f63d76e8.zip
ivy-c-19735bb3c818f78d5ce53d1482b0bd62f63d76e8.tar.gz
ivy-c-19735bb3c818f78d5ce53d1482b0bd62f63d76e8.tar.bz2
ivy-c-19735bb3c818f78d5ce53d1482b0bd62f63d76e8.tar.xz
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
Diffstat (limited to 'src/ivybind.h')
-rw-r--r--src/ivybind.h2
1 files changed, 2 insertions, 0 deletions
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 );