chiark / gitweb /
codec, baseconv: Cleanup of the various binary encoding functions.
[mLib] / codec / hex.h
index 3fee0ea5edd87036e42d9f626e73a9fe31131219..c36ae31746d275f92d83a7ebc0252ef71a1d3c1b 100644 (file)
@@ -92,6 +92,10 @@ extern void hex_decode(hex_ctx */*ctx*/, const void */*p*/, size_t /*sz*/,
 
 extern void hex_init(hex_ctx */*ctx*/);
 
+/*----- Codec object interface --------------------------------------------*/
+
+extern const codec_class hex_class;
+
 /*----- That's all, folks -------------------------------------------------*/
 
 #ifdef __cplusplus