summaryrefslogtreecommitdiff
path: root/rquota_client.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-08-22 21:17:56 +0000
committerjkar8572 <jkar8572>2001-08-22 21:17:56 +0000
commit94a0d407495f21eec4566adca221a07b87583d38 (patch)
tree810fe406f41e8c46dce48fe6f695fc1a51ac849b /rquota_client.h
parent8aaad9540966c73ae67a5065abbbc55391614479 (diff)
downloadlinuxquota-94a0d407495f21eec4566adca221a07b87583d38.tar.gz
Implemented better error handling of RPC calls.
Implemented better host access handling (from nfsutils rquotad).
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