From: Nathan Scott Date: Wed, 31 Jan 2001 00:56:34 +0000 (+0000) Subject: remove no-longer-necessary xqm_quotactl prototype. X-Git-Tag: v1.2.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb119c6d702b4309a4839cbb3a1fdf9d4974901;p=thirdparty%2Fxfsprogs-dev.git remove no-longer-necessary xqm_quotactl prototype. --- diff --git a/include/xqm.h b/include/xqm.h index a8cc55823..d4390389c 100644 --- a/include/xqm.h +++ b/include/xqm.h @@ -158,9 +158,4 @@ typedef struct fs_quota_stat { __u16 qs_iwarnlimit; /* limit for num warnings */ } fs_quota_stat_t; - -#ifdef __KERNEL__ -extern int xqm_quotactl(int, const char *, int, caddr_t); -#endif - #endif /* __XQM_H__ */