mirror of
https://github.com/curl/curl.git
synced 2026-05-01 04:17:50 +03:00
Adapted for C++.
This commit is contained in:
parent
c1688733c1
commit
a654ef9ee6
1 changed files with 8 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue