summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index 54bcb8d..17b0a05 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -41,6 +41,8 @@ extern int kernel_formats, kernel_iface;
*/
/* Check whether type is one of the NFS filesystems */
int nfs_fstype(char *);
+/* Quota file is treated as metadata? */
+int meta_qf_fstype(char *type);
/* Convert quota type to written form */
char *type2name(int);