NetBurner 3.1
Ethernet/ManualConfig/src/ip_util.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
6
void
showIpAddressesSerial();
7
void
showLinkStatus();
8
9
// Functions called by web server with FUNCTIONCALL tag need to be extern"C" to link
10
extern
"C"
11
{
12
void
showIpAddressesWeb(
int
socket,
char
*url );
13
}
14
15
examples
Ethernet
ManualConfig
src
ip_util.h
Generated by
1.8.14