diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 17:18:16 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-04 17:18:16 -0500 |
commit | ff87f3cdf1e3c5a7d4661e785f4d96be9d59291c (patch) | |
tree | c08ec3fb6ba60ce424dc3ef81671981ceed824fa /bfs.h | |
parent | d696346689e161ee8a5623182ed65ab119adb203 (diff) | |
download | bfs-ff87f3cdf1e3c5a7d4661e785f4d96be9d59291c.tar.xz |
Implement -inum.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ bool eval_uid(const struct expr *expr, struct eval_state *state); bool eval_empty(const struct expr *expr, struct eval_state *state); bool eval_hidden(const struct expr *expr, struct eval_state *state); +bool eval_inum(const struct expr *expr, struct eval_state *state); bool eval_type(const struct expr *expr, struct eval_state *state); bool eval_name(const struct expr *expr, struct eval_state *state); |