uci: macro uci_alloc_element not in uci.h
authorJan Venekamp <jan@venekamp.net>
Sun, 20 Nov 2022 01:08:28 +0000 (02:08 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 Mar 2023 18:39:32 +0000 (19:39 +0100)
commit04d0c46cfe30f557da0c603516636830cab4a08a
tree9237cb13ff7d4aee6bdd46de0b39c27175cf2d5a
parentae61e1cad4a14e1cf4d0e5f4638354dafa77e5d3
uci: macro uci_alloc_element not in uci.h

The macro uci_alloc_element is in the public header file uci.h. However,
the macros output refers to uci_alloc_generic wich is in uci_internal.h
and not public. Thus, uci_alloc_element should be private as well and
moved to uci_internal.h.

Signed-off-by: Jan Venekamp <jan@venekamp.net>
uci.h
uci_internal.h