summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-07 15:15:33 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-07 15:16:13 -0400
commitb85a344c3645d7748eeb4f3e49e15180d16c5882 (patch)
tree8620d9d6a24dd9c733789b45610e3141c5a389be /eval.h
parent1bce3b33acbfcfbfa03f1174d6e00c125cd8625d (diff)
downloadbfs-b85a344c3645d7748eeb4f3e49e15180d16c5882.tar.xz
Treat -nohidden like -exclude -hidden
Fixes #30.
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index 7038bb9..b31c0d5 100644
--- a/eval.h
+++ b/eval.h
@@ -63,7 +63,6 @@ bool eval_regex(const struct expr *expr, struct eval_state *state);
bool eval_delete(const struct expr *expr, struct eval_state *state);
bool eval_exec(const struct expr *expr, struct eval_state *state);
bool eval_exit(const struct expr *expr, struct eval_state *state);
-bool eval_nohidden(const struct expr *expr, struct eval_state *state);
bool eval_fls(const struct expr *expr, struct eval_state *state);
bool eval_fprint(const struct expr *expr, struct eval_state *state);
bool eval_fprint0(const struct expr *expr, struct eval_state *state);