hash/unihash.c: Replace a dynamic assertion with a static one.
[mLib] / codec / base32.h
index a6333e9..3be8f8e 100644 (file)
 
 /*----- Header files ------------------------------------------------------*/
 
+#ifndef MLIB_CODEC_H
+#  include "codec.h"
+#endif
+
 #ifndef MLIB_DSTR_H
 #  include "dstr.h"
 #endif
@@ -95,6 +99,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