summaryrefslogtreecommitdiffstats
path: root/source/tests
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2005-04-12 21:56:34 +0000
committerHerb Lewis <herb@samba.org>2005-04-12 21:56:34 +0000
commit6a5a07b651ce48783f7bb734ecf0ced8d461d63a (patch)
tree9e4aebae933e781a8644825a31a4fdfd88270eff /source/tests
parent5d23c66034049529d1eed5b3d85563a8fb83ed29 (diff)
downloadsamba-6a5a07b651ce48783f7bb734ecf0ced8d461d63a.tar.gz
samba-6a5a07b651ce48783f7bb734ecf0ced8d461d63a.tar.xz
samba-6a5a07b651ce48783f7bb734ecf0ced8d461d63a.zip
r6319: add prototype so -Wstrict-prototypes will not fail
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/sysquotas.c2
1 files changed, 2 insertions, 0 deletions
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) */