codec, baseconv: Cleanup of the various binary encoding functions.
[mLib] / codec / base32.h
index a6333e9..d2d66f1 100644 (file)
@@ -95,6 +95,10 @@ extern void base32_decode(base32_ctx */*ctx*/,
 
 extern void base32_init(base32_ctx */*ctx*/);
 
+/*----- Codec object interface --------------------------------------------*/
+
+extern const codec_class base32_class, base32hex_class;
+
 /*----- That's all, folks -------------------------------------------------*/
 
 #ifdef __cplusplus