#ifndef __UTILS_H #define __UTILS_H #include void u_inet_ntoa(in_addr_t, char *str); #endif