aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-30 05:50:30 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-30 05:50:30 +1000
commit51c345311a3922cd8753ae3b172d148b6d189cfe (patch)
tree0ce648fbac6d201b7f92f0eb8917e0f0dd071867 /function.h
parent4a68a34c50781a4b775c9dc86301db85bca34d79 (diff)
Make the not builtin work with shellscript functions
darcs-hash:20051129195030-ac50b-7ada30d327f2dcc8ad23f56b0a36c975cb90c481.gz
Diffstat (limited to 'function.h')
-rw-r--r--function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.h b/function.h
index 30b1d0d9..cb4930dd 100644
--- a/function.h
+++ b/function.h
@@ -58,7 +58,7 @@ void function_set_desc( const wchar_t *name, const wchar_t *desc );
/**
Returns true if the function witrh the name name exists.
*/
-int function_exists( const wchar_t *name);
+int function_exists( const wchar_t *name );
/**
Insert all function names into l. These are not copies of the strings and should not be freed after use.