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