summaryrefslogtreecommitdiff
path: root/ares_getopt.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2009-11-22Fix name space pollution.Yang Tse1-1/+1
2009-11-16Fix icc 9.0 compiler warning: external definition with no prior declarationYang Tse1-3/+3
2008-04-07fix compiler warning: assignment within conditional expressionYang Tse1-1/+1
2007-04-16move linkage var declarations to ares_getopt.hYang Tse1-5/+0
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse1-3/+1
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
2007-04-12add ares_getopt prototypeYang Tse1-1/+4
2007-04-12Rename function as ares_getopt()Yang Tse1-5/+2
2007-04-12Replace tabs with spacesYang Tse1-66/+66
2007-04-12Add file ares_getopt.cYang Tse1-0/+130
Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BSD license, BSD license without the advertising clause.