summaryrefslogtreecommitdiff
path: root/rquota_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'rquota_client.h')
-rw-r--r--rquota_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rquota_client.h b/rquota_client.h
index 7bf92b5..5753585 100644
--- a/rquota_client.h
+++ b/rquota_client.h
@@ -10,9 +10,9 @@
#include "quotaio.h"
/* Collect the requested quota information from a remote host. */
-void rpc_rquota_get(struct dquot *dquot);
+int rpc_rquota_get(struct dquot *dquot);
/* Set the requested quota information on a remote host. */
-void rpc_rquota_set(int qcmd, struct dquot *dquot);
+int rpc_rquota_set(int qcmd, struct dquot *dquot);
#endif