1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

r6319: add prototype so -Wstrict-prototypes will not fail

(This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)
This commit is contained in:
Herb Lewis 2005-04-12 21:56:34 +00:00 committed by Gerald (Jerry) Carter
parent 5a72f0da1d
commit 7a7f9ab847

View File

@ -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) */