ref: 348aac4c85da21e09c29c58866d178df3204d73c
parent: dad2f35502c611dae758915cfb6dface4a303550
author: Simon Tatham <anakin@pobox.com>
date: Thu Apr 20 10:46:46 EDT 2023
Remove size parameter from dsf init and copy functions. Now that the dsf knows its own size internally, there's no need to tell it again when one is copied or reinitialised. This makes dsf_init much more about *re*initialising a dsf, since now dsfs are always allocated using a function that will initialise them anyway. So I think it deserves a rename.