chiark / gitweb /
use dispatch()
[chiark-tcl.git] / crypto / hook.c
index 17aefc38ab60d262b1ef2b6e2bae650e48171536..8b0a984b4dd8d597077429d36e30d9777c2e61fe 100644 (file)
 
 #include "chiark_tcl_crypto.h"
 
-int cht_do_hbcryptotoplevel_hbcrypto(ClientData cd, Tcl_Interp *ip,
-                      const HBCrypto_SubCommand *subcmd,
-                      int objc, Tcl_Obj *const *objv) {
-  return subcmd->func(0,ip,objc,objv);
-}
-
 CHT_INIT(crypto,
         CHTI_OTHER(hbytes)  CHTI_TYPE(cht_blockcipherkey_type),
         CHTI_COMMANDS(cht_hbcryptotoplevel_entries))