#ifndef IPADDR_H #define IPADDR_H #ifdef __cplusplus extern "C" { #endif int IPAddr_GetHostID (char *AddrBuff); #ifdef __cplusplus } #endif #endif