Home | History | Annotate | Line # | Download | only in quota
      1  1.4  dholland /*	$NetBSD: quotautil.h,v 1.4 2012/01/30 06:14:43 dholland Exp $ */
      2  1.1  christos 
      3  1.4  dholland extern const char *qfextension[MAXQUOTAS];
      4  1.4  dholland extern const char *qfname;
      5  1.1  christos struct fstab;
      6  1.1  christos int hasquota(char *, size_t, struct fstab *, int);
      7  1.2  christos int oneof(const char *, char *[], int);
      8