X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=hbytes%2Fhbytes.h;h=afd4d651660bb174ebca469a4123e06fa5ac4c24;hb=2015267b4a0bbee11a7020bf6ac16c1dc0cd898c;hp=3b4dd157c022b71eb2633cb3caabb54408058580;hpb=5dca360f2da544c9b6baf9d18ad8cd0b0e073e60;p=chiark-tcl.git diff --git a/hbytes/hbytes.h b/hbytes/hbytes.h index 3b4dd15..afd4d65 100644 --- a/hbytes/hbytes.h +++ b/hbytes/hbytes.h @@ -223,8 +223,8 @@ void cht_hb_free(const HBytes_Value *frees); /* from hook.c */ -void obj_updatestr_array(Tcl_Obj *o, const Byte *array, int l); -void obj_updatestr_array_prefix(Tcl_Obj *o, const Byte *byte, +void cht_obj_updatestr_array(Tcl_Obj *o, const Byte *array, int l); +void cht_obj_updatestr_array_prefix(Tcl_Obj *o, const Byte *byte, int l, const char *prefix); /* from parse.c */