chiark / gitweb /
remove changelog copy of copyright notice
[chiark-tcl.git] / hbytes / hbytes.h
index 3b4dd157c022b71eb2633cb3caabb54408058580..afd4d651660bb174ebca469a4123e06fa5ac4c24 100644 (file)
@@ -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 */