Initial commit to Gerrit
[profile/ivi/quota.git] / rquota_client.h
1 /*
2  *
3  *      Header file for rquota functions
4  *
5  */
6
7 #ifndef GUARD_RQUOTA_CLIENT_H
8 #define GUARD_RQUOTA_CLIENT_H
9
10 #include "quotaio.h"
11
12 /* Collect the requested quota information from a remote host. */
13 int rpc_rquota_get(struct dquot *dquot);
14
15 /* Set the requested quota information on a remote host. */
16 int rpc_rquota_set(int qcmd, struct dquot *dquot);
17
18 #endif