Make "dlenv_network_port_init()" public (was static) (#281)

This is needed when initing other than by calling "dlenv_init()", e.g. to avoid using env variables and exit()
This commit is contained in:
Ondřej Hruška
2022-05-26 04:42:50 +02:00
committed by GitHub
parent 44d9d2c668
commit 44bd46d395
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -43,6 +43,10 @@ extern "C" {
int dlenv_register_as_foreign_device(
void);
BACNET_STACK_EXPORT
void dlenv_network_port_init(
void);
BACNET_STACK_EXPORT
void dlenv_maintenance_timer(
uint16_t elapsed_seconds);