chunk_to_hex() function declaration deleted

This commit is contained in:
Andreas Steffen
2006-10-28 20:00:56 +00:00
parent 84740c9b27
commit 359c5659d3
-6
View File
@@ -222,12 +222,6 @@ bool chunk_equals(chunk_t a, chunk_t b);
*/
bool chunk_equals_or_null(chunk_t a, chunk_t b);
/**
* Print a chunk in hexadecimal form
* with each byte separated by a colon
*/
void chunk_to_hex(char *buf, size_t buflen, chunk_t chunk);
/**
* Clone a data to a newly allocated buffer
*/