summaryrefslogtreecommitdiff
path: root/rquota_client.h
blob: 3730a8d68ad2b376d2223baa0a6a313734c0330c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *
 *	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