Revision to v2.

Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/


On Fri, Sep 26, 2025 at 1:56 PM Chao Li <[email protected]> wrote:

> Hi Hackers,
>
> I noticed that many functions take "Datum *" parameters while they don't
> update the data. So I created this patch to change "Datum *" to "const
> Datum *" wherever possible, which should improve type safety and make the
> interfaces clearer about their intent, also helps the compiler catch
> accidental modifications.
>
> Best regards,
> Chao Li
> ---------------------
> HighGo Software Co., Ltd.
> https://www.highgo.com/
>

Attachment: v2-0001-Mark-function-arguments-of-type-Datum-as-const-Da.patch
Description: Binary data

Reply via email to