mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-21 10:30:00 +00:00
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
This commit is contained in:
1
ares.h
1
ares.h
@ -218,7 +218,6 @@ int ares_parse_ns_reply(const unsigned char *abuf, int alen,
|
||||
void ares_free_string(void *str);
|
||||
void ares_free_hostent(struct hostent *host);
|
||||
const char *ares_strerror(int code);
|
||||
int ares_getopt(int nargc, char * const nargv[], const char *ostr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user