summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
committerjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
commit823172abd03b7cd2489a696f936eaee522d36882 (patch)
treee9e0bda4a4f874b9ac2ccdabfec21d1fab7251a3 /quotasys.h
parent06c43890e2973a133577dcf87d7ea8523659495e (diff)
Merged with RedHat patch - mainly documentation issues
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
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 e0380fb..f5db080 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -44,6 +44,9 @@ void id2name(int id, int qtype, char *buf);
/* Convert quota format name to number */
int name2fmt(char *str);
+/* Convert quota format number to name */
+char *fmt2name(int fmt);
+
/* Convert time difference between given time and current time to printable form */
void difftime2str(time_t, char *);