bbfdm/libbbf_api
Daniel Danzberger 7ce4410723 dmuci: fix some const compiler warnings
Read-only values should be marked with const to help the compiler
optimize code. But this would requrire a bigger rewirte of all the code,
hence the original code did not use const at all.

This should be done in the future to ensure good code quality
and performance.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-02-19 11:51:28 +01:00
..
dmbbf.c Fix memory issues on 64bit systems 2020-02-19 11:51:27 +01:00
dmbbf.h clean up the source code 2020-02-12 19:08:49 +01:00
dmcommon.c dmcommon.c: use const on read only value 2020-02-19 11:51:28 +01:00
dmcommon.h dmcommon.c: use const on read only value 2020-02-19 11:51:28 +01:00
dmjson.c clean up the source code 2020-02-12 19:08:49 +01:00
dmjson.h clean up the source code 2020-02-12 19:08:49 +01:00
dmmem.c clean up the source code 2020-02-12 19:08:49 +01:00
dmmem.h clean up the source code 2020-02-12 19:08:49 +01:00
dmubus.c clean up the source code 2020-02-12 19:08:49 +01:00
dmubus.h Ticket refs#1598: libbbfdm: plug-in based with support for dynamic loading of libraries + separate libbbfdm into two libraries: libbbf_api (API) and libbbfdm (data model) 2020-01-21 22:43:37 +01:00
dmuci.c dmuci: fix some const compiler warnings 2020-02-19 11:51:28 +01:00
dmuci.h dmuci: fix some const compiler warnings 2020-02-19 11:51:28 +01:00