diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/doer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/doer.h b/src/include/doer.h index 00c3c19..314edc3 100644 --- a/src/include/doer.h +++ b/src/include/doer.h @@ -47,7 +47,7 @@ typedef struct BLINF { } blinf_t; void doer_add_target(doer_t* doer, target_t* target); - +tree_t* doer_find_target_from_call(target_t* targetl, tree_t* call); // Given a tree, evaluate it to a string (or type error). char* doer_eval_str(doer_t* doer); |