]> sjero.net Git - wget/commitdiff
[svn] Fully declare fnmatch.h.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 23:06:35 +0000 (16:06 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 23:06:35 +0000 (16:06 -0700)
src/ChangeLog
src/sysdep.h

index 64c3eff7c9fc191d647b78cfb13c23d197afbe92..ab03397b115d368d61f347bfa09ca9cc72f189dd 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * sysdep.h: Add a full declaration of fnmatch.h.
+
 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c: Unconditionally include <setjmp.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.  */