got rid of avltree-stuff
FossilOrigin-Name: 41573b74d0d433b2e62feb78e580cbb351fee08b441e6735237cd3201a49a4e4
This commit is contained in:
@ -43,8 +43,9 @@ char *format_s_hex_bytes(char *dst, const char *format, const char *delim,
|
||||
|
||||
|
||||
|
||||
extern int format_scan_hex_bytes(uint8_t * dst, const char *s, int len);
|
||||
int cw_format_scan_hex_bytes(uint8_t *dst,const char *s, int len);
|
||||
|
||||
struct avltree;
|
||||
|
||||
/**
|
||||
* Format bytes as a hex string. Hexadecimal letters are lower-case.
|
||||
|
Reference in New Issue
Block a user