NetBurner 3.5.6
PDF Version
_common/IpUtil/src/ip_util.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef _IP_UTIL_H_
6#define _IP_UTIL_H_
7
8void showIpAddressesSerial();
9void showLinkStatus();
10
11// Functions called by web server with FUNCTIONCALL tag need to be extern"C" to link
12extern "C"
13{
14 void showIpAddressesWeb(int socket, char *url);
15}
16
17#endif