diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 13:13:51 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 13:13:51 -0500 |
commit | a54c9309c3291a960fcbcbc9e6407330a9edd044 (patch) | |
tree | e9856b49a15deb4b47c03540cfc3208704472876 /bfs.h | |
parent | 55fb616348d114a1451ab6cf502a3768d6284e9a (diff) | |
download | bfs-a54c9309c3291a960fcbcbc9e6407330a9edd044.tar.xz |
Implement -xtype.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -163,6 +163,7 @@ bool eval_inum(const struct expr *expr, struct eval_state *state); bool eval_links(const struct expr *expr, struct eval_state *state); bool eval_samefile(const struct expr *expr, struct eval_state *state); bool eval_type(const struct expr *expr, struct eval_state *state); +bool eval_xtype(const struct expr *expr, struct eval_state *state); bool eval_name(const struct expr *expr, struct eval_state *state); bool eval_path(const struct expr *expr, struct eval_state *state); |