NetBurner 3.1
WebFunctions.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef WEBFUNCTIONS_H_
6 #define WEBFUNCTIONS_H_
7 
8 extern void RegisterWebHandler();
9 extern bool WifiInitComplete;
10 
11 
12 #endif /*WEBFUNCTIONS_H_*/