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: v1-0001-Mark-function-arguments-of-type-Datum-as-const-Da.patch
Description: Binary data

Reply via email to