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 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);