Now deal with EDITOR from lua as well.
[apps/madmutt.git] / lib-lua / lib-lua.h
index 0a4d859..47e9daa 100644 (file)
 # include "../config.h"
 #endif
 
+#include "lua-token.h"
+
+void mlua_initialize(void);
+void mlua_shutdown(void);
+
+int mlua_dofile(const char *filename);
+int mlua_wrap(void (*errfun)(const char *fmt, ...), int status);
+
+const char *mlua_reggets(enum lua_token tk);
+void mlua_regsets(enum lua_token tk, const char *s);
 
 #endif