From 225d48f13a8669f90e47c731966e2155a2646c10 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 25 Jan 2007 12:50:40 +0000 Subject: [PATCH] doc fixup. git-svn-id: file:///svn/unbound/trunk@34 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/unbound.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; /** -- 2.47.2