diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 17:25:04 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 17:25:04 -0500 |
commit | 43b7d485d2ab9e320fd32fc47080cd60c626b530 (patch) | |
tree | 0216c757761c1ea91661119a6c80613ed43705e4 /bfs.h | |
parent | ff87f3cdf1e3c5a7d4661e785f4d96be9d59291c (diff) | |
download | bfs-43b7d485d2ab9e320fd32fc47080cd60c626b530.tar.xz |
Implement -links.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ bool eval_uid(const struct expr *expr, struct eval_state *state); bool eval_empty(const struct expr *expr, struct eval_state *state); bool eval_hidden(const struct expr *expr, struct eval_state *state); bool eval_inum(const struct expr *expr, struct eval_state *state); +bool eval_links(const struct expr *expr, struct eval_state *state); bool eval_type(const struct expr *expr, struct eval_state *state); bool eval_name(const struct expr *expr, struct eval_state *state); |