X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=adns%2Fadns.tct;h=513de6ed2126dc666c4e7ff709dd7d0a04319be1;hb=486592e95c37e209166ca15f49878a8a8428bcdb;hp=dc620179bebce37199bbd4eed169b7b0efdcfeff;hpb=40a4738e440a8412c61a12eca34ed6aa98d71a5a;p=chiark-tcl.git diff --git a/adns/adns.tct b/adns/adns.tct index dc62017..513de6e 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)