Add scope to internal functions.

This commit is contained in:
2018-06-21 14:25:11 -07:00
parent 82747eae6a
commit 13ccea10e4
3 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ struct libab_s;
* A function pointer that is called
* to execute a certain type of function.
*/
typedef libab_result (*libab_function_ptr)(struct libab_s*, libab_ref_vec*, libab_ref*);
typedef libab_result (*libab_function_ptr)(struct libab_s*, libab_ref*, libab_ref_vec*, libab_ref*);
/**
* The variant of the operator that