diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-12-20 21:23:02 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-12-20 21:23:02 -0500 |
commit | 0609e6f29719a7e88b8233d6bd5b75509a2d59f5 (patch) | |
tree | d47936c46a7cf9a4db81ae61aa725c73e5d7f3d3 /bfs.h | |
parent | 96ca12560f5c4007891985f98fba94fd9c0dc241 (diff) | |
download | bfs-0609e6f29719a7e88b8233d6bd5b75509a2d59f5.tar.xz |
Implement -sparse from FreeBSD find
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,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_size(const struct expr *expr, struct eval_state *state); +bool eval_sparse(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); |