summaryrefslogtreecommitdiffstats
path: root/hw2/ump-gai.h
blob: 6d6ba25e5ecdf7e89962e21ee3db27ceaa071317 (plain) (blame)
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 */