src/lua_config.h
branchnew-lib-errors
changeset 217 7728d6ec3abf
parent 106 f00661136ac2
equal deleted inserted replaced
216:a10ba529ae39 217:7728d6ec3abf
    12 /**
    12 /**
    13  * Load a lua config file at the given path into the nexus's lua state.
    13  * Load a lua config file at the given path into the nexus's lua state.
    14  *
    14  *
    15  * Path can also be given as NULL to load from stdin.
    15  * Path can also be given as NULL to load from stdin.
    16  */
    16  */
    17 err_t lua_config_load (struct nexus_lua *lua, const char *path, struct error_info *err);
    17 err_t lua_config_load (struct nexus_lua *lua, const char *path, error_t *err);
    18 
    18 
    19 #endif /* LUA_CONFIG_H */
    19 #endif /* LUA_CONFIG_H */