From df4a264f6a4bf53592f9e273462a8861ea7e6a6d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 14 Aug 2006 01:28:47 +0000 Subject: Wrap getaddrinfo() and block SIGALRM where needed. Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 7c63e22a..cfe6a634 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -759,5 +759,8 @@ int servport(const char *service); # define NI_DGRAM 16 #endif +int fm_getaddrinfo(const char *node, const char *serv, const struct addrinfo *hints, struct addrinfo **res); +void fm_freeaddrinfo(struct addrinfo *ai); + #endif /* fetchmail.h ends here */ -- cgit v1.2.3