diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-16 15:35:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-16 15:35:34 +0000 |
commit | 827228bd69f8dd17824ae878d6211809b193eaff (patch) | |
tree | 6dfdd8d62c95c7c82dfaa9d39f5a508d8f2498c4 /ares/ahost.c | |
parent | 69c5506b691afc9d0f25480563f871a6260e17d8 (diff) | |
download | curl-827228bd69f8dd17824ae878d6211809b193eaff.tar.gz |
move linkage var declarations to ares_getopt.h
Diffstat (limited to 'ares/ahost.c')
-rw-r--r-- | ares/ahost.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ares/ahost.c b/ares/ahost.c index dfb51a931..e381c1932 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -40,11 +40,6 @@ #include "inet_net_pton.h" #include "ares_getopt.h" -#ifndef optind -extern int optind; -extern char *optarg; -#endif - #ifndef HAVE_STRUCT_IN6_ADDR struct in6_addr { |