1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-09 13:46:40 +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:
Yang Tse
2007-04-16 09:01:16 +00:00
parent cd6a0a68b8
commit bba777d6da
10 changed files with 73 additions and 27 deletions

1
adig.c
View File

@ -42,6 +42,7 @@
#include "ares.h"
#include "ares_dns.h"
#include "inet_ntop.h"
#include "ares_getopt.h"
#ifdef WATT32
#undef WIN32 /* Redefined in MingW headers */