From 94a0d407495f21eec4566adca221a07b87583d38 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 22 Aug 2001 21:17:56 +0000 Subject: Implemented better error handling of RPC calls. Implemented better host access handling (from nfsutils rquotad). --- rquota_client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rquota_client.h') 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 -- cgit v1.2.1