summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-03-18 11:21:57 +0000
committerjkar8572 <jkar8572>2005-03-18 11:21:57 +0000
commita3e6ab429f0e3c126234240689bd8c6c725d8ef2 (patch)
treec975f283ce9ba37900a478d5a3393fdc16129d4b /quotasys.h
parentaed1deba584ead039d51d1fe09ccab3123304c59 (diff)
Updated polish translation. (Jakub Bogusz)
Fixed some checks to work also with NFSV4. (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 f9a72f3..cdefdd7 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -36,6 +36,9 @@ extern int kernel_formats, kernel_iface;
/*
* Exported functions
*/
+/* Check whether type is one of the NFS filesystems */
+int nfs_fstype(char *);
+
/* Convert quota type to written form */
char *type2name(int);