summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
authorfcolin2005-07-25 14:28:35 +0000
committerfcolin2005-07-25 14:28:35 +0000
commitd5fc9f417c02ebe34b8f06847c375cd246f8c832 (patch)
treeb475d57c7441d0f2251a77cabd4ef38d57158b8d /src/ivybind.h
parent97c5a6a52b134334f04a394f4ed774b287f8e774 (diff)
downloadivy-c-d5fc9f417c02ebe34b8f06847c375cd246f8c832.zip
ivy-c-d5fc9f417c02ebe34b8f06847c375cd246f8c832.tar.gz
ivy-c-d5fc9f417c02ebe34b8f06847c375cd246f8c832.tar.bz2
ivy-c-d5fc9f417c02ebe34b8f06847c375cd246f8c832.tar.xz
gestion argument Ivy
Diffstat (limited to 'src/ivybind.h')
-rw-r--r--src/ivybind.h2
1 files changed, 1 insertions, 1 deletions
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