summaryrefslogtreecommitdiff
path: root/adig.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-04-16 15:35:34 +0000
committerYang Tse <yangsita@gmail.com>2007-04-16 15:35:34 +0000
commit35b7d087685477ec9a91f945507d41dff0c942f2 (patch)
treeaaf393f8a97a701f204d32496bd03a7525b8518d /adig.c
parent1d987360cbf21be95b0017ef22608a6c9f7037de (diff)
downloadc-ares-35b7d087685477ec9a91f945507d41dff0c942f2.tar.gz
c-ares-35b7d087685477ec9a91f945507d41dff0c942f2.tar.bz2
c-ares-35b7d087685477ec9a91f945507d41dff0c942f2.zip
move linkage var declarations to ares_getopt.h
Diffstat (limited to 'adig.c')
-rw-r--r--adig.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/adig.c b/adig.c
index 3a5c63e..1eea3df 100644
--- a/adig.c
+++ b/adig.c
@@ -53,11 +53,6 @@
#define T_SRV 33 /* server selection */
#endif
-#ifndef optind
-extern int optind;
-extern char *optarg;
-#endif
-
struct nv {
const char *name;
int value;