hex-binary.h revision 66251e6ab31e5cc153fe5cae608e416dacafe9cd
#ifndef __HEX_BINARY_H
#define __HEX_BINARY_H
/* Convert binary to lowercased hex digits allocating return value from
temporary memory pool */
/* Convert hex to binary. data and dest may point to same value.
Returns TRUE if successful. Returns number of bytes writte to dest,
or -1 if error occured. */
#endif