FIX export ucix_for_each_section_type function (#357)

This commit is contained in:
Patrick Grimm
2022-11-20 21:25:38 +01:00
committed by GitHub
parent 9a1291529a
commit 0f75085771
+6
View File
@@ -86,4 +86,10 @@ void ucix_del(
const char *p,
const char *s,
const char *o);
BACNET_STACK_EXPORT
void ucix_for_each_section_type(struct uci_context *ctx,
const char *p,
const char *t,
void (*cb)(const char *, void *),
void *priv);
#endif