]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
register it
authorMiek Gieben <miekg@NLnetLabs.nl>
Wed, 10 Aug 2005 12:43:49 +0000 (12:43 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Wed, 10 Aug 2005 12:43:49 +0000 (12:43 +0000)
lua/lua-rns.c

index 2ecf9a27c5c37f61e75ea084d0ffef5db3e79106..646d373874ddfce6796512b8411270b7bc1466df 100644 (file)
@@ -433,7 +433,8 @@ register_ldns_functions(void)
        lua_register(L, "l_pkt_qdcount", l_pkt_qdcount);
        lua_register(L, "l_pkt_ancount", l_pkt_ancount);
        lua_register(L, "l_pkt_nscount", l_pkt_nscount);
-       lua_register(L, "l_pkt_arcount", l_pkt_arcount);
+       lua_register(L, "l_pkt_nscount", l_pkt_nscount);
+       lua_register(L, "l_pkt_read_wire_udp", l_pkt_read_wire_udp);
        
        /* CONVERSIONs */
        lua_register(L, "l_pkt2string", l_pkt2string);