summaryrefslogtreecommitdiff
path: root/rquota_client.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-03-23 12:03:26 +0000
committerjkar8572 <jkar8572>2001-03-23 12:03:26 +0000
commit869fe242340fefe0540fdcf51698ba4c3c8c07bb (patch)
tree950fa3f5997c1e8ee68c0f17d4eaf17abef64f34 /rquota_client.h
Initial revision
Diffstat (limited to 'rquota_client.h')
-rw-r--r--rquota_client.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/rquota_client.h b/rquota_client.h
new file mode 100644
index 0000000..7bf92b5
--- /dev/null
+++ b/rquota_client.h
@@ -0,0 +1,18 @@
+/*
+ *
+ * Header file for rquota functions
+ *
+ */
+
+#ifndef _RQUOTA_CLIENT_H
+#define _RQUOTA_CLIENT_H
+
+#include "quotaio.h"
+
+/* Collect the requested quota information from a remote host. */
+void rpc_rquota_get(struct dquot *dquot);
+
+/* Set the requested quota information on a remote host. */
+void rpc_rquota_set(int qcmd, struct dquot *dquot);
+
+#endif