X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Ffake-getaddrinfo.h;h=7fbd91b534ce2ab88447319b39cebec35f603cc6;hp=db3621b4fc9d89b4fc735bf7e386ce71ba40a3da;hb=09a250a2b1d475700e1d8f18d1a835d17d0483b1;hpb=61d9b04f66055e61f0afdf8955ff890f4da39288 diff --git a/src/fake-getaddrinfo.h b/src/fake-getaddrinfo.h index db3621b4..7fbd91b5 100644 --- a/src/fake-getaddrinfo.h +++ b/src/fake-getaddrinfo.h @@ -32,11 +32,11 @@ struct addrinfo { #endif /* !HAVE_STRUCT_ADDRINFO */ #if !HAVE_DECL_GETADDRINFO -int getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res); +int getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res) __attribute__((__warn_unused_result__)); #endif /* !HAVE_GETADDRINFO */ #if !HAVE_DECL_GAI_STRERROR -char *gai_strerror(int ecode); +char *gai_strerror(int ecode) __attribute__((__warn_unused_result__)); #endif /* !HAVE_GAI_STRERROR */ #if !HAVE_DECL_FREEADDRINFO