summaryrefslogtreecommitdiff
path: root/src/core/functions.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-09 13:18:44 +0000
committerPaul Buetow <paul@buetow.org>2008-11-09 13:18:44 +0000
commit7e920ed5a59e350610b0d52b23e49e5771ce39e9 (patch)
treeeb24171a0a2fe05d17a40e5d827def8ab5059906 /src/core/functions.h
parent8dac38590999d4c855cf7d58df5d9df7c6e8b879 (diff)
make headers style
Diffstat (limited to 'src/core/functions.h')
-rw-r--r--src/core/functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/functions.h b/src/core/functions.h
index 637a655..8fc03da 100644
--- a/src/core/functions.h
+++ b/src/core/functions.h
@@ -1,5 +1,5 @@
/*:*
- *: File: ./src/core/function.h
+ *: File: ./src/core/functions.h
*: A simple interpreter
*:
*: WWW : http://fype.buetow.org
@@ -50,8 +50,8 @@ void functions_delete(Functions *p_functions);
void functions_init(Functions *p_functions);
void function_process(Interpret *p_interp, Token *p_token_op,
- Token *p_token_op2, Stack *p_stack_args,
- int i_args);
+ 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,