From: Wouter Wijngaards Date: Thu, 25 Jan 2007 12:50:40 +0000 (+0000) Subject: doc fixup. X-Git-Tag: release-0.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225d48f13a8669f90e47c731966e2155a2646c10;p=thirdparty%2Funbound.git doc fixup. git-svn-id: file:///svn/unbound/trunk@34 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/unbound.c b/daemon/unbound.c index 669880d23..cc708e4a5 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -44,9 +44,7 @@ #include "util/log.h" #include "util/netevent.h" -/** print usage. - * @param argv: the argv passed to main(). - */ +/** print usage. */ static void usage() { printf("usage: unbound [options]\n"); @@ -58,7 +56,9 @@ static void usage() printf("Report bugs to %s.\n", PACKAGE_BUGREPORT); } +/** getopt global, in case header files fail to declare it. */ extern int optind; +/** getopt global, in case header files fail to declare it. */ extern char* optarg; /**