From: Miek Gieben Date: Tue, 7 Feb 2006 13:59:25 +0000 (+0000) Subject: lua bindings restart X-Git-Tag: release-1.1.0~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502f93bd9927d70abff64e3f4bfa8ffbfd2f6c12;p=thirdparty%2Fldns.git lua bindings restart --- diff --git a/lua/lua-rns.c b/lua/lua.c similarity index 97% rename from lua/lua-rns.c rename to lua/lua.c index 006b3a44..a24b9a6b 100644 --- a/lua/lua-rns.c +++ b/lua/lua.c @@ -1,19 +1,7 @@ /* - * Lua stub to link lua to ldns + * Lua bindings * - * This also exports functions for lua use - * partely based upon: - * http://tonyandpaige.com/tutorials/lua3.html - * - * (c) R. Gieben, NLnet Labs - */ - -/**** - * BIG TODO error handling and checking from the lua - * side - * - * Can't use doxygen, because everything goes through - * lua_State's stack + * (c) 2006, NLnet Labs */ #include @@ -35,8 +23,6 @@ /* the Lua interpreter */ lua_State* L; -char *VERSION = "lua-rns 0.1"; - void usage(FILE *f, char *progname) {