From 869fe242340fefe0540fdcf51698ba4c3c8c07bb Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 23 Mar 2001 12:03:26 +0000 Subject: Initial revision --- quotaops.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 quotaops.h (limited to 'quotaops.h') diff --git a/quotaops.h b/quotaops.h new file mode 100644 index 0000000..da28bde --- /dev/null +++ b/quotaops.h @@ -0,0 +1,16 @@ +#ifndef _QUOTAOPS_H +#define _QUOTAOPS_H + +#include "quotaio.h" + +__BEGIN_DECLS extern struct dquot *getprivs __P((qid_t id, struct quota_handle ** handles)); +extern int putprivs __P((struct dquot * qlist)); +extern int editprivs __P((char *tmpfile)); +extern int writeprivs __P((struct dquot * qlist, int outfd, char *name, int quotatype)); +extern int readprivs __P((struct dquot * qlist, int infd)); +extern int writetimes __P((struct quota_handle ** handles, int outfd)); +extern int readtimes __P((struct quota_handle ** handles, int infd)); +extern void freeprivs __P((struct dquot * qlist)); + +__END_DECLS +#endif /* _QUOTAOPS_H */ -- cgit v1.2.3