xref: /netbsd-src/usr.bin/quota/quotautil.h (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
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