From a54c9309c3291a960fcbcbc9e6407330a9edd044 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 13 Feb 2016 13:13:51 -0500 Subject: Implement -xtype. --- bfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfs.h') 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); -- cgit v1.2.3