chiark / gitweb /
struct/t/: Use better format for printing `size_t values.
[mLib] / codec / base32.h
index a6333e97bdc14d0536fb810eb4c067341e6b5593..3be8f8e778a1b2a8235afa8b67d1f7c16e4f47f8 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