X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Futils.h;h=080864b9116bd64fa109270b3bb863802ac3f8fa;hb=3d76922f0e81658032c4f67b9f6dc099daf0d8f8;hp=206691876c67270432660bf00abcc4de20ea78a2;hpb=dee4e64246987c508ba0b70148ea9cc62848c117;p=ashd.git diff --git a/lib/utils.h b/lib/utils.h index 2066918..080864b 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -81,6 +81,7 @@ void bprintf(struct charbuf *buf, char *format, ...); void replstr(char **p, char *n); char *base64encode(char *data, size_t datalen); char *base64decode(char *data, size_t *datalen); +int hexdigit(char c); int bbtreedel(struct btree **tree, void *item, int (*cmp)(void *, void *)); void freebtree(struct btree **tree, void (*ffunc)(void *)); int bbtreeput(struct btree **tree, void *item, int (*cmp)(void *, void *));