]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
lua bindings restart
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 7 Feb 2006 13:59:25 +0000 (13:59 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 7 Feb 2006 13:59:25 +0000 (13:59 +0000)
lua/lua.c [moved from lua/lua-rns.c with 97% similarity]

similarity index 97%
rename from lua/lua-rns.c
rename to lua/lua.c
index 006b3a442006c22c4dc4fbad305e434869524965..a24b9a6b91469a58b02020c24df112bfd4ede835 100644 (file)
+++ 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 <stdio.h>
@@ -35,8 +23,6 @@
 /* the Lua interpreter */
 lua_State* L;
 
-char *VERSION = "lua-rns 0.1";
-
 void
 usage(FILE *f, char *progname)
 {