X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=hbytes%2Fhbytes.h;h=b24144b482b9a35dacad76763c6ddc2d526a344a;hp=4a2f394862eb5eb31e5f618738e96d811f84e092;hb=06eaf80321d3b1a19358927c18d0b95523b9c74b;hpb=82f88c53ddb84e42c770c23feb9bb0ee18341188 diff --git a/hbytes/hbytes.h b/hbytes/hbytes.h index 4a2f394..b24144b 100644 --- a/hbytes/hbytes.h +++ b/hbytes/hbytes.h @@ -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: */