summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-13 13:13:51 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-13 13:13:51 -0500
commita54c9309c3291a960fcbcbc9e6407330a9edd044 (patch)
treee9856b49a15deb4b47c03540cfc3208704472876 /bfs.h
parent55fb616348d114a1451ab6cf502a3768d6284e9a (diff)
downloadbfs-a54c9309c3291a960fcbcbc9e6407330a9edd044.tar.xz
Implement -xtype.
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfs.h b/bfs.h
index f4e2d24..36b12e4 100644
--- a/bfs.h
+++ b/bfs.h
@@ -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);