Add libabacus parameter to function calls.

This commit is contained in:
2018-05-27 00:02:20 -07:00
parent f4de244c41
commit 1f7294ce29
3 changed files with 26 additions and 22 deletions

View File

@@ -5,11 +5,13 @@
#include "ref_trie.h"
#include "tree.h"
struct libab_s;
/**
* A function pointer that is called
* to execute a certain type of function.
*/
typedef libab_result (*libab_function_ptr)(libab_ref_vec*, libab_ref*);
typedef libab_result (*libab_function_ptr)(struct libab_s*, libab_ref_vec*, libab_ref*);
/**
* The variant of the operator that