]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Fully declare fnmatch.h.
[wget] / src / sysdep.h
index 028711e67c729661206ca27537101a0c92f98139..90d2a7c35ee1b07369372f48fda3da119f623b17 100644 (file)
@@ -177,8 +177,7 @@ int vsnprintf ();
 # define FNM_PERIOD    (1 << 2) /* Leading `.' is matched only explicitly.  */
 # define FNM_NOMATCH   1
 
-/* Declare the function minimally. */
-int fnmatch ();
+int fnmatch (const char *, const char *, int);
 #endif
 
 /* Provide sig_atomic_t if the system doesn't.  */