Commit Graph

7 Commits

Author SHA1 Message Date
Yang Tse 26aeadbc3e fix compiler warning: assignment within conditional expression 2008-04-07 12:40:05 +00:00
Yang Tse 827228bd69 move linkage var declarations to ares_getopt.h 2007-04-16 15:35:34 +00:00
Yang Tse 0563a7a923 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
Yang Tse b36376e12d add ares_getopt prototype 2007-04-12 18:59:46 +00:00
Yang Tse 8aae15b630 Rename function as ares_getopt() 2007-04-12 18:06:41 +00:00
Yang Tse 88bf2a2dc7 Replace tabs with spaces 2007-04-12 17:45:57 +00:00
Yang Tse 45847c5324 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