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