From 585a9dafe86b51a2d120d107bb04a77b34cc1af0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Feb 2016 13:35:23 -0500 Subject: Implement -lname and -ilname. --- bfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index 1b3457a..8e879f5 100644 --- a/bfs.h +++ b/bfs.h @@ -168,6 +168,7 @@ 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_lname(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