1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 06:00:06 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
c1f141596e Fix name space pollution. 2009-11-22 03:41:26 +00:00
b47af62e75 Fix icc 9.0 compiler warning: external definition with no prior declaration 2009-11-16 20:02:12 +00:00
43a712743a fix compiler warning: assignment within conditional expression 2008-04-07 12:40:05 +00:00
35b7d08768 move linkage var declarations to ares_getopt.h 2007-04-16 15:35:34 +00:00
bba777d6da 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
2007-04-16 09:01:16 +00:00
ddbe06ca13 add ares_getopt prototype 2007-04-12 18:59:46 +00:00
8776d1564b Rename function as ares_getopt() 2007-04-12 18:06:41 +00:00
8438d08ff8 Replace tabs with spaces 2007-04-12 17:45:57 +00:00
4dc8ca29b7 Add file ares_getopt.c
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.
2007-04-12 16:53:59 +00:00