Add scope to internal functions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user