]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
hex.h: move some hex-related declarations from cache.h
[thirdparty/git.git] / git-compat-util.h
index 4f0028ce60ce44ca7febc1fe78dda77b5a793a01..f77f986fbf1c122f0f90364eba0ff7d48667e7ba 100644 (file)
@@ -1225,6 +1225,7 @@ extern const unsigned char tolower_trans_tbl[256];
 #undef isxdigit
 
 extern const unsigned char sane_ctype[256];
+extern const signed char hexval_table[256];
 #define GIT_SPACE 0x01
 #define GIT_DIGIT 0x02
 #define GIT_ALPHA 0x04