changed public function from static in Linux port of BACnet/IP.

This commit is contained in:
skarg
2012-05-22 19:29:00 +00:00
parent 5111b9fb4e
commit a51298876f
+1 -1
View File
@@ -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;