OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / linux-igd / util.h
1 #ifndef _UTIL_H_
2 #define _UTIL_H_
3
4 int get_sockfd(void);
5 int GetIpAddressStr(char *address, char *ifname);
6 void trace(int debuglevel, const char *format, ...);
7
8 #endif //_UTIL_H_