summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index 38f4da6..3569bad 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -82,6 +82,9 @@ void difftime2str(time_t, char *);
/* Convert time to printable form */
void time2str(time_t, char *, int);
+/* Convert number and units to time in seconds */
+int str2timeunits(time_t, char *, time_t *);
+
/* Convert number in quota blocks to short printable form */
void space2str(qsize_t, char *, int);