chiark / gitweb /
working on lookups
[chiark-tcl.git] / hbytes / hbytes.h
index 4a2f394862eb5eb31e5f618738e96d811f84e092..b24144b482b9a35dacad76763c6ddc2d526a344a 100644 (file)
@@ -165,6 +165,8 @@ typedef struct {
 } HBytes_ComplexValue; /* pointed to from internalRep.otherValuePtr */
 
 void memxor(Byte *dest, const Byte *src, int l);
+extern int Chiark_tcl_hbytes_Init(Tcl_Interp *ip);
+  /* called by load(3tcl) and also by extensions which depend on this one */
 
 /* Public interfaces: */