changed public function from static in Linux port of BACnet/IP.
This commit is contained in:
@@ -102,7 +102,7 @@ static int get_local_address_ioctl(
|
|||||||
* @param ifname [in] The named interface to use for the network layer.
|
* @param ifname [in] The named interface to use for the network layer.
|
||||||
* Eg, for Linux, ifname is eth0, ath0, arc0, and others.
|
* Eg, for Linux, ifname is eth0, ath0, arc0, and others.
|
||||||
*/
|
*/
|
||||||
static void bip_set_interface(
|
void bip_set_interface(
|
||||||
char *ifname)
|
char *ifname)
|
||||||
{
|
{
|
||||||
struct in_addr local_address;
|
struct in_addr local_address;
|
||||||
|
|||||||
Reference in New Issue
Block a user