3db227b343
prevented quotacheck and other old-style quota bits from working since last March. Use a correct declaration in the header file, so that if something similar happens again affected programs will fail to link instead of failing to work. This kind of nonsense is why I like -Wl,-warn-common.
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);
|