diff options
author | Herb Lewis <herb@samba.org> | 2005-04-12 21:56:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:37 -0500 |
commit | 7a7f9ab847435bbd17012a9a04211c130f4ccb37 (patch) | |
tree | 8ab3d4f4af277f8ff4ad020a7d1458520d5280f5 | |
parent | 5a72f0da1dbf3c4d3055a9116d81448f0d540905 (diff) | |
download | samba-7a7f9ab847435bbd17012a9a04211c130f4ccb37.tar.gz samba-7a7f9ab847435bbd17012a9a04211c130f4ccb37.tar.bz2 samba-7a7f9ab847435bbd17012a9a04211c130f4ccb37.zip |
r6319: add prototype so -Wstrict-prototypes will not fail
(This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)
-rw-r--r-- | source3/tests/sysquotas.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) */ |