X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Futils.h;h=db0edb0f359e2dd58a47f8088d439090b617f571;hp=2cdb44841e2e5121ab4be679c1bf2474aeab6411;hb=097695b723b517665b1aa56417b5bb809e12d233;hpb=854db53e843405c3ceea0a20bb75fa68bbd6ee76 diff --git a/src/utils.h b/src/utils.h index 2cdb4484..db0edb0f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,10 +30,6 @@ so, delete this exception statement from your version. */ #ifndef UTILS_H #define UTILS_H -enum accd { - ALLABS = 1 -}; - struct hash_table; struct file_memory { @@ -72,8 +68,9 @@ FILE *unique_create (const char *, bool, char **); FILE *fopen_excl (const char *, bool); char *file_merge (const char *, const char *); +int fnmatch_nocase (const char *, const char *, int); bool acceptable (const char *); -bool accdir (const char *s, enum accd); +bool accdir (const char *s); char *suffix (const char *s); bool match_tail (const char *, const char *, bool); bool has_wildcards_p (const char *);