summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
authorfcolin2005-08-12 14:56:38 +0000
committerfcolin2005-08-12 14:56:38 +0000
commitf625f6e00c1d5d1194ce3db62e59ccc47fdf2386 (patch)
tree83514d0f7d22ca4c942605030161bb9e1b4e87fb /src/ivybind.h
parentecc347876655ccb547f5bd6389f07dc1e99c548c (diff)
downloadivy-c-f625f6e00c1d5d1194ce3db62e59ccc47fdf2386.zip
ivy-c-f625f6e00c1d5d1194ce3db62e59ccc47fdf2386.tar.gz
ivy-c-f625f6e00c1d5d1194ce3db62e59ccc47fdf2386.tar.bz2
ivy-c-f625f6e00c1d5d1194ce3db62e59ccc47fdf2386.tar.xz
Implementation binding simple sans regexp
Diffstat (limited to 'src/ivybind.h')
-rw-r--r--src/ivybind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivybind.h b/src/ivybind.h
index 830079b..8c3166e 100644
--- a/src/ivybind.h
+++ b/src/ivybind.h
@@ -21,6 +21,7 @@
typedef struct _binding *IvyBinding;
typedef enum { IvyBindRegexp, IvyBindSimple } IvyBindingType;
+void IvyBindingParseMessage( const char *msg );
void IvyBindingSetFilter( int argc, const char ** argv );
int IvyBindingFilter( IvyBindingType typ, int len, const char *exp );
IvyBinding IvyBindingCompile( IvyBindingType typ, const char * expression );