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