Revert hexDecode and add new sqlHexDecode

This commit is contained in:
brenosilva
2011-10-10 16:24:07 +00:00
parent 5d0e3f910e
commit a4f0957b0c
3 changed files with 34 additions and 7 deletions

View File

@@ -43,6 +43,8 @@ char DSOLOCAL *file_dirname(apr_pool_t *p, const char *filename);
char DSOLOCAL *file_basename(apr_pool_t *p, const char *filename);
int DSOLOCAL sql_hex2bytes_inplace(unsigned char *data, int len);
int DSOLOCAL hex2bytes_inplace(unsigned char *data, int len);
char DSOLOCAL *bytes2hex(apr_pool_t *pool, unsigned char *data, int len);