#ifndef __ip_h__
#define __ip_h__


#ifdef __cplusplus
extern "C" {
#endif

int ipInit(void);
int ipAddrGet(char *ipv4Addr);

#ifdef __cplusplus
}
#endif

#endif /* __ip_h__ */

