summaryrefslogtreecommitdiffstats
path: root/source/tests
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2005-04-12 21:56:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:37 -0500
commitb92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4 (patch)
tree9e4aebae933e781a8644825a31a4fdfd88270eff /source/tests
parentce38ead0fccf434f90671201d3c50cd79b3f3ed4 (diff)
downloadsamba-b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4.tar.gz
samba-b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4.tar.xz
samba-b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4.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) */