Deal with $shell from lua from now on.
[apps/madmutt.git] / lib-lua / lib-lua.h
index 0a4d859..75b58fa 100644 (file)
 # include "../config.h"
 #endif
 
+void mlua_initialize(void);
+void mlua_shutdown(void);
+
+int mlua_dofile(const char *filename);
+int mlua_wrap(void (*errfun)(const char *fmt, ...), int status);
+ssize_t mlua_value(char *buf, ssize_t len,
+                   const char *table, const char *key);
 
 #endif