summaryrefslogtreecommitdiff
path: root/quotaops.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-07-23 15:59:27 +0000
committerjkar8572 <jkar8572>2002-07-23 15:59:27 +0000
commit8e0302ea1b0d327c66839ad738d2d5271e25f4d7 (patch)
tree544a35abe5b1978eeed817f964bfb82a0db3c89a /quotaops.h
parent2d1fc29bbe752b590d9f320df80913c3808f7545 (diff)
* fixed quotacheck(8) to continue when old quota files were not found (Jan Kara)
* quota(1) now doesn't report failure to connect to rpc.rquotad server when -Q specified (Jan Kara) * add quota(1) option -l (report only local filesystems) (Jan Kara) * warnquota(8) now also mails specified member of the group about violation of the group quotas when -g option is specified (Jan Kara) * added options by which user can specify whether repquota(8) should translate names in big chunks by scanning all users or individually. Added automagic detection using nsswitch.conf which behaviour should lead to faster translating. (Jan Kara)
Diffstat (limited to 'quotaops.h')
-rw-r--r--quotaops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotaops.h b/quotaops.h
index 4eb0cb1..b680c74 100644
--- a/quotaops.h
+++ b/quotaops.h
@@ -3,7 +3,7 @@
#include "quotaio.h"
-struct dquot *getprivs(qid_t id, struct quota_handle ** handles);
+struct dquot *getprivs(qid_t id, struct quota_handle ** handles, int quiet);
int putprivs(struct dquot * qlist);
int editprivs(char *tmpfile);
int writeprivs(struct dquot * qlist, int outfd, char *name, int quotatype);