From 1eeadd8e9402c69afff85b187683bc50292d00a5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 2 Jun 2021 14:19:59 -0400 Subject: Implement time units for -{a,B,c,m}time From FreeBSD find. Closes #75. --- expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'expr.h') 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. */ -- cgit v1.2.3