blob: 3730a8d68ad2b376d2223baa0a6a313734c0330c [file] [log] [blame]
/*
*
* Header file for rquota functions
*
*/
#ifndef GUARD_RQUOTA_CLIENT_H
#define GUARD_RQUOTA_CLIENT_H
#include "quotaio.h"
/* Collect the requested quota information from a remote host. */
int rpc_rquota_get(struct dquot *dquot);
/* Set the requested quota information on a remote host. */
int rpc_rquota_set(int qcmd, struct dquot *dquot);
#endif