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