00001 #ifndef IPADDR_H 00002 #define IPADDR_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 int IPAddr_GetHostID (char *AddrBuff); 00009 00010 #ifdef __cplusplus 00011 } 00012 #endif 00013 00014 00015 #endif 00016
1.3.2