X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fadns.tct;h=6bb013933ac0787f38a07b056306581040b3f60d;hb=3340221c68f8c948db9d2d3b553692fe642dd0f8;hp=dc620179bebce37199bbd4eed169b7b0efdcfeff;hpb=023813b37356b6af73127705623b8f7ae874f712;p=chiark-tcl.git diff --git a/adns/adns.tct b/adns/adns.tct index dc62017..6bb0139 100644 --- a/adns/adns.tct +++ b/adns/adns.tct @@ -1,22 +1,20 @@ -H-Include "adnstcl.h" - Type adnsresults: adns_answer *@ Init adnsresults @=0; Fini adnsresults free(@); -Table toplevel TopLevel_Command +Table adnstoplevel TopLevel_Command adns - subcmd enum(Adns_SubCommand,"adns subcommand") + subcmd enum(Adns/_SubCommand, "adns subcommand") ... obj Table adns Adns_SubCommand lookup - rrtype enum(AdnsTclRRTypeInfo, "rrtype") + rrtype enum(AdnsTclRRTypeInfo/, "rrtype") domain string ... obj => obj synch - rrtype enum(AdnsTclRRTypeInfo, "rrtype") + rrtype enum(AdnsTclRRTypeInfo/, "rrtype") domain string ... obj => obj @@ -25,7 +23,7 @@ Table adns Adns_SubCommand on_no obj on_fail obj xargs obj - rrtype enum(AdnsTclRRTypeInfo, "rrtype") + rrtype enum(AdnsTclRRTypeInfo/, "rrtype") domain string ... obj => iddata(&adnstcl_queries)