aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-21 09:42:00 +1000
commite3ce01d6855c9330b1cd2dec19eff1139676c7db (patch)
treed982476194567eb2544a84fc12bfba1033995ccc /function.h
parent3a60fc52061961ad98614c19e3e12a0e251e3777 (diff)
Key binding functions
darcs-hash:20050920234200-ac50b-3895a97cb024368258cd1562bdcc9fda2c84f521.gz
Diffstat (limited to 'function.h')
-rw-r--r--function.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/function.h b/function.h
index b0e8f1c3..e70386de 100644
--- a/function.h
+++ b/function.h
@@ -19,7 +19,8 @@ void function_destroy();
*/
void function_add( const wchar_t *name,
const wchar_t *val,
- const wchar_t *desc );
+ const wchar_t *desc,
+ int is_binding );
/**
Remove the function with the specified name.