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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user