1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef UMP_GAI_H #define UMP_GAI_H /* getaddrinfo(3) wrapper */ #include "l4logger.h" #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> int ump_gai (LbsLogger* lbs_log, const char* host, const char* port, const struct addrinfo* hints, int *error); #endif /* UMP_GAI_H */