summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
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 7949a49..aa2ae2a 100644
--- a/src/ivybind.h
+++ b/src/ivybind.h
@@ -28,4 +28,6 @@ void IvyBindingFree( IvyBinding bind );
/* Execution , extraction */
int IvyBindingExec( IvyBinding bind, const char * message );
+/* Get Argument */
void IvyBindingMatch( IvyBinding bind, const char *message, int argnum, int *arglen, const char **arg );
+