src/lua_config.h
branchnew-lib-errors
changeset 218 5229a5d098b2
parent 217 7728d6ec3abf
child 219 cefec18b8268
--- a/src/lua_config.h	Wed May 27 23:57:48 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#ifndef LUA_CONFIG_H
-#define LUA_CONFIG_H
-
-/**
- * @file
- *
- * Read a lua configuration file into a nexus_lua state
- */
-#include "error.h"
-#include "nexus_lua.h"
-
-/**
- * Load a lua config file at the given path into the nexus's lua state.
- *
- * Path can also be given as NULL to load from stdin.
- */
-err_t lua_config_load (struct nexus_lua *lua, const char *path, error_t *err);
-
-#endif /* LUA_CONFIG_H */