summaryrefslogtreecommitdiff
path: root/src/core/function.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
commitf2bd5d24361d703359494daed291e277bce6eb03 (patch)
tree2012bb281b45adaf86425a52443854c4d4c35eb3 /src/core/function.h
parent1956010ec79fbab604efc2b60d0af325e91f67b8 (diff)
no lines longer than 80chars.
Diffstat (limited to 'src/core/function.h')
-rw-r--r--src/core/function.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/function.h b/src/core/function.h
index 618ed94..70cf14c 100644
--- a/src/core/function.h
+++ b/src/core/function.h
@@ -43,8 +43,11 @@
void function_process(Interpret *p_interp, Token *p_token_op,
Token *p_token_op2, Stack *p_stack_args, int i_args);
_Bool function_is_buildin(Token *p_token_ident);
-void function_process_buildin(Interpret *p_interpret, Token *p_token_ident, Stack *p_stack_args);
+void function_process_buildin(Interpret *p_interpret,
+ Token *p_token_ident,
+ Stack *p_stack_args);
_Bool function_is_self_defined(Interpret *p_interpret);
-void function_process_self_defined(Interpret *p_interpret, Token *p_token_ident);
+void function_process_self_defined(Interpret *p_interpret,
+ Token *p_token_ident);
#endif /* FUNCTION_H */