X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Fchiark-tcl.h;h=86b2dba6dec3c3b550b6252258f45eef4c6f69dc;hp=15abca2544407f8e5c7194888b7ec27787d36e98;hb=b78c59b29c46210ccbfc0fe4815b4e49fba8817b;hpb=6347c760d4dae4f5a7239ca660b1478ccc48eabf diff --git a/base/chiark-tcl.h b/base/chiark-tcl.h index 15abca2..86b2dba 100644 --- a/base/chiark-tcl.h +++ b/base/chiark-tcl.h @@ -78,7 +78,7 @@ void hbytes_empty(HBytes_Value *returns); void hbytes_sentinel(HBytes_Value *returns); void hbytes_array(HBytes_Value *returns, const Byte *array, int l); Byte *hbytes_arrayspace(HBytes_Value *returns, int l); -void hbytes_free(HBytes_Value *frees); +void hbytes_free(const HBytes_Value *frees); /* _empty, _sentinel and _array do not free or read the old value; * _free it first if needed. _free leaves it garbage, so you * have to call _empty to reuse it. _arrayspace doesn't fill