From a51298876fe80bbfb97379e19c4912e19aa17717 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 22 May 2012 19:29:00 +0000 Subject: [PATCH] changed public function from static in Linux port of BACnet/IP. --- bacnet-stack/ports/linux/bip-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/linux/bip-init.c b/bacnet-stack/ports/linux/bip-init.c index 4d5b2695..d9a5588c 100644 --- a/bacnet-stack/ports/linux/bip-init.c +++ b/bacnet-stack/ports/linux/bip-init.c @@ -102,7 +102,7 @@ static int get_local_address_ioctl( * @param ifname [in] The named interface to use for the network layer. * Eg, for Linux, ifname is eth0, ath0, arc0, and others. */ -static void bip_set_interface( +void bip_set_interface( char *ifname) { struct in_addr local_address;