summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-06-02 14:19:59 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-06-02 14:19:59 -0400
commit1eeadd8e9402c69afff85b187683bc50292d00a5 (patch)
tree71579104778109fed1848fa32884798cff4ef541 /expr.h
parentea6155677e0f466d05a0027fdbe29827f4a08c2c (diff)
downloadbfs-1eeadd8e9402c69afff85b187683bc50292d00a5.tar.xz
Implement time units for -{a,B,c,m}time
From FreeBSD find. Closes #75.
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/expr.h b/expr.h
index 562d84e..c8c8ce0 100644
--- a/expr.h
+++ b/expr.h
@@ -65,6 +65,8 @@ enum mode_cmp {
* Possible time units.
*/
enum time_unit {
+ /** Seconds. */
+ SECONDS,
/** Minutes. */
MINUTES,
/** Days. */