chiark / gitweb /
Portability fixes:
[chiark-tcl.git] / crypto / hook.c
index 17aefc38ab60d262b1ef2b6e2bae650e48171536..4604e01ae1f9547f695c78848916d111de312302 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_OTHER(hbytes) CHTI_TYPE(cht_blockcipherkey_type),
         CHTI_COMMANDS(cht_hbcryptotoplevel_entries))