Commit a654ef9e authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Adapted for C++.
parent c1688733
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@
  #include <netinet/in.h>
#endif

#ifdef  __cplusplus
extern "C" {
#endif

#define ARES_SUCCESS            0

/* Server error codes (ARES_ENODATA indicates no relevant answer) */
@@ -140,4 +144,8 @@ void ares_free_hostent(struct hostent *host);
const char *ares_strerror(int code);
void ares_free_errmem(char *mem);

#ifdef  __cplusplus
}
#endif

#endif /* ARES__H */