X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=hbytes%2Fhook.c;h=b65741f38b09865e4e25b3b5651993d9ac1ac4d7;hb=9b2c18cc9d122b45f9e737864921d32baa599f0c;hp=8ef140fb452403e44a5be1719f71608cd4b01908;hpb=d55fe169a327a1a3352ed88587c8f52907e2301d;p=chiark-tcl.git diff --git a/hbytes/hook.c b/hbytes/hook.c index 8ef140f..b65741f 100644 --- a/hbytes/hook.c +++ b/hbytes/hook.c @@ -324,6 +324,12 @@ int do_hbytes_range(ClientData cd, Tcl_Interp *ip, return TCL_OK; } +int do_hbytes_mask_map(ClientData cd, Tcl_Interp *ip, + const MaskMap_SubCommand *subcmd, + int objc, Tcl_Obj *const *objv) { + return subcmd->func(0,ip,objc,objv); +} + /* hbytes representing uint16_t's */ int do_hbytes_h2ushort(ClientData cd, Tcl_Interp *ip, @@ -380,8 +386,8 @@ int do_toplevel_ulong(ClientData cd, Tcl_Interp *ip, return subcmd->func(0,ip,objc,objv); } -int do_toplevel_mask_map(ClientData cd, Tcl_Interp *ip, - const MaskMap_SubCommand *subcmd, +int do_toplevel_adns(ClientData cd, Tcl_Interp *ip, + const Adns_SubCommand *subcmd, int objc, Tcl_Obj *const *objv) { return subcmd->func(0,ip,objc,objv); }