]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
remove no-longer-necessary xqm_quotactl prototype.
authorNathan Scott <nathans@sgi.com>
Wed, 31 Jan 2001 00:56:34 +0000 (00:56 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 31 Jan 2001 00:56:34 +0000 (00:56 +0000)
include/xqm.h

index a8cc55823cad1a8ed0919ded487f293c3c578c66..d4390389c079bf1dc65baa550aeef2ced0655fd3 100644 (file)
@@ -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__ */