X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-compat-util.h;h=ed11ad8119bb22db8a5428aed5525c40fbb72217;hb=ee459baa5ce0a144e013a4995fd5be96bbecd05e;hp=426ae43be9cd7aa4230888ff0aa28ed2fd165ce0;hpb=655c3ed58bb60f825be52f8a513e8a2027568af4;p=git.git diff --git a/git-compat-util.h b/git-compat-util.h index 426ae43be..ed11ad811 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -457,6 +457,9 @@ static inline int has_extension(const char *filename, const char *ext) return len > extlen && !memcmp(filename + len - extlen, ext, extlen); } +/* in ctype.c, for kwset users */ +extern const char tolower_trans_tbl[256]; + /* Sane ctype - no locale, and works with signed chars */ #undef isascii #undef isspace