mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
8 lines
244 B
C
8 lines
244 B
C
/* $NetBSD: quotautil.h,v 1.4 2012/01/30 06:14:43 dholland Exp $ */
|
|
|
|
extern const char *qfextension[MAXQUOTAS];
|
|
extern const char *qfname;
|
|
struct fstab;
|
|
int hasquota(char *, size_t, struct fstab *, int);
|
|
int oneof(const char *, char *[], int);
|