From 7a7f9ab847435bbd17012a9a04211c130f4ccb37 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 12 Apr 2005 21:56:34 +0000 Subject: r6319: add prototype so -Wstrict-prototypes will not fail (This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4) --- source3/tests/sysquotas.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index 2aa643326c..48a34feb13 100644 --- a/source3/tests/sysquotas.c +++ b/source3/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) */ -- cgit