Deal with $shell from lua from now on.
[apps/madmutt.git] / lib-lua / lib-lua.h
index 8983322..75b58fa 100644 (file)
@@ -29,5 +29,7 @@ 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