Fix bug 6157
[ira/wip.git] / source3 / tests / sysquotas.c
index e83f28e2d0b816959618835a91e767fced1d3a69..bf16c8ba6e104ef2bb673288791f8763e11171f0 100644 (file)
@@ -1,4 +1,6 @@
-/* this test should find out what quota api is avalable on the os */
+/* 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) */
@@ -26,6 +28,8 @@
 #define SYS_DQBLK dqblk
 #endif
 
+ int autoconf_quota(void);
+
  int autoconf_quota(void)
 {
        int ret = -1;