X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fsysdep.h;h=90d2a7c35ee1b07369372f48fda3da119f623b17;hb=0272acfc52ae6d8cf7576027da948ebaaed21086;hp=028711e67c729661206ca27537101a0c92f98139;hpb=4c539ad7cfb2f54e791e3132291d8b06248e9e92;p=wget diff --git a/src/sysdep.h b/src/sysdep.h index 028711e6..90d2a7c3 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -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. */