summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
committerjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
commitbc47c58ac28bea3666ae128f9493f58195baee64 (patch)
tree73bf190dfc0daa5a7a6d8dadabc6b8b337396ade /quotasys.h
parent7ec003b82d056fa150924f15da0d0d0e353cf041 (diff)
Updated manpages.
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/quotasys.h b/quotasys.h
index f5db080..daeaeee 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -66,6 +66,12 @@ struct quota_handle **create_handle_list(int count, char **mntpoints, int type,
/* Dispose given list of handles */
int dispose_handle_list(struct quota_handle **hlist);
+/* Check whether given device name matches quota handle device */
+int devcmp_handle(const char *dev, struct quota_handle *h);
+
+/* Check whether two quota handles have same device */
+int devcmp_handles(struct quota_handle *a, struct quota_handle *b);
+
/* Warn about too new kernel */
void warn_new_kernel(int fmt);