flush
[m6w6/ext-psi] / config.psi_glob.m4
index 26896e3a7d25a15e8808deb2c16185bde590624c..fbb036e7376db3b0b889a50555ebad98d87370fb 100644 (file)
@@ -6,8 +6,10 @@ AC_DEFUN(PSI_CHECK_GLOB, [
         size_t gl_offs,
         int gl_flags,
         char **gl_pathv])
         size_t gl_offs,
         int gl_flags,
         char **gl_pathv])
-    PSI_DECL(int, glob, [(char *path, int flags, void *err, glob_t *buf)])
-    PSI_DECL(void, globfree, [(glob_t *buf)])
+
+    PSI_DECL(int glob, [(char *path, int flags, void *err, glob_t *buf)])
+    PSI_DECL(void globfree, [(glob_t *buf)])
+
     PSI_CONST(GLOB_APPEND, int)
     PSI_CONST(GLOB_BRACE, int)
     PSI_CONST(GLOB_DOOFFS, int)
     PSI_CONST(GLOB_APPEND, int)
     PSI_CONST(GLOB_BRACE, int)
     PSI_CONST(GLOB_DOOFFS, int)