turn charset into a lua package as well.
[apps/madmutt.git] / charset.h
index 2f03c24..67eb482 100644 (file)
--- a/charset.h
+++ b/charset.h
 #  include "config.h"
 #endif
 
+#include <lib-lua/lib-lua.h>
+#include "charset.li"
+
 /****************************************************************************/
 /* charset functions                                                        */
 /****************************************************************************/
 
-extern char *Charset;
 extern int Charset_is_utf8;
 extern wchar_t CharsetReplacement;