FIX export ucix_for_each_section_type function (#357)
This commit is contained in:
@@ -86,4 +86,10 @@ void ucix_del(
|
|||||||
const char *p,
|
const char *p,
|
||||||
const char *s,
|
const char *s,
|
||||||
const char *o);
|
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
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user