summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-11-21 18:37:57 +0000
committerjkar8572 <jkar8572>2002-11-21 18:37:57 +0000
commitad868a7b3e1c2cdaeddcf93b8ccf55434b0d1c21 (patch)
treee4df55fd3aa0496bee0fa3f9f1265eeae38cac2c /quotasys.h
parent9bdd6236879ea379758f82ad5cec7033f0a751ac (diff)
Updated edquota(8) and setquota(8) to allow setting of individual grace time (Jan Kara)
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);