diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-12-17 22:05:49 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-12-17 22:05:49 -0500 |
commit | fb7a61add741b28ae6c91787373bdb544b2e751b (patch) | |
tree | 5bea112fa4f075dcea6f9f052cd2d9d7ee714f07 /eval.h | |
parent | 18fc03882d49ff46b41a53afc0d6232e1dfbbb35 (diff) | |
download | bfs-fb7a61add741b28ae6c91787373bdb544b2e751b.tar.xz |
Add new -capable test
Diffstat (limited to 'eval.h')
-rw-r--r-- | eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ bool eval_true(const struct expr *expr, struct eval_state *state); bool eval_false(const struct expr *expr, struct eval_state *state); bool eval_access(const struct expr *expr, struct eval_state *state); +bool eval_capable(const struct expr *expr, struct eval_state *state); bool eval_perm(const struct expr *expr, struct eval_state *state); bool eval_newer(const struct expr *expr, struct eval_state *state); |