From d5fc9f417c02ebe34b8f06847c375cd246f8c832 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 25 Jul 2005 14:28:35 +0000 Subject: gestion argument Ivy --- src/ivybind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivybind.h') diff --git a/src/ivybind.h b/src/ivybind.h index 84468b8..e5ed821 100644 --- a/src/ivybind.h +++ b/src/ivybind.h @@ -22,5 +22,5 @@ typedef struct _binding *IvyBinding; IvyBinding IvyBindingCompile( const char * expression ); void IvyBindingGetCompileError( int *erroffset, const char **errmessage ); void IvyBindingFree( IvyBinding bind ); -int IvyBindExec( IvyBinding bind, const char * message ); +int IvyBindingExec( IvyBinding bind, const char * message ); void IvyBindingGetMatch( IvyBinding bind, const char *message, int index, const char **arg, int *arglen ); \ No newline at end of file -- cgit v1.1