xref: /netbsd-src/usr.bin/quota/quotautil.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: quotautil.h,v 1.4 2012/01/30 06:14:43 dholland Exp $ */
2 
3 extern const char *qfextension[MAXQUOTAS];
4 extern const char *qfname;
5 struct fstab;
6 int hasquota(char *, size_t, struct fstab *, int);
7 int oneof(const char *, char *[], int);
8