/* * * 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. */ 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