From: Herb Lewis Date: Tue, 12 Apr 2005 21:56:34 +0000 (+0000) Subject: r6319: add prototype so -Wstrict-prototypes will not fail X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~4941 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4;p=thirdparty%2Fsamba.git r6319: add prototype so -Wstrict-prototypes will not fail --- diff --git a/source/tests/sysquotas.c b/source/tests/sysquotas.c index 2aa643326c0..48a34feb13e 100644 --- a/source/tests/sysquotas.c +++ b/source/tests/sysquotas.c @@ -1,5 +1,7 @@ /* this test should find out what quota api is available on the os */ + int autoconf_quota(void); + #if defined(HAVE_QUOTACTL_4A) /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */