]> sjero.net Git - wget/blobdiff - src/fnmatch.h
[svn] Fix for FTP directory traversal vulnerability (at least for Unix).
[wget] / src / fnmatch.h
index d134672e40626138b04ba03781eabdda0aa7dcac..a3449aaa957da1574651bafad90e83a16b33bef5 100644 (file)
@@ -40,6 +40,7 @@ so, delete this exception statement from your version.  */
 #define        FNM_NOMATCH     1
 
 int fnmatch PARAMS ((const char *, const char *, int));
+int has_insecure_name_p PARAMS ((const char *s));
 int has_wildcards_p PARAMS ((const char *));
 
 #endif /* FNMATCH_H */