www.pudn.com > H265+_C64X_2008.8.rar > Network.h


 
 
#ifndef _NETWORK_H 
#define _NETWORK_H 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
// Build WEB page 
extern void AddWebFiles(void); 
extern void RemoveWebFiles(void); 
extern void tskNetRx(); 
extern void tskNetTx(); 
 
#ifdef __cplusplus 
} 
#endif /* extern "C" */ 
 
#endif /* _NETWORK_H */