diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 16:33:53 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 16:33:53 -0500 |
commit | d696346689e161ee8a5623182ed65ab119adb203 (patch) | |
tree | 3c55935d75f847a21c82c1ca7e400971f4f12fb2 /bfs.h | |
parent | 0a3754f8b66fc50dafeb61711679fc85c1e38038 (diff) | |
download | bfs-d696346689e161ee8a5623182ed65ab119adb203.tar.xz |
Implement -[ac]?newer.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ bool eval_false(const struct expr *expr, struct eval_state *state); bool eval_access(const struct expr *expr, struct eval_state *state); bool eval_acmtime(const struct expr *expr, struct eval_state *state); +bool eval_acnewer(const struct expr *expr, struct eval_state *state); bool eval_gid(const struct expr *expr, struct eval_state *state); bool eval_uid(const struct expr *expr, struct eval_state *state); |