aboutsummaryrefslogtreecommitdiffhomepage
path: root/wgetopt.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-26 20:51:02 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-26 20:51:02 +1000
commit5ba0affdd7b18ed970c039961b75da2cb925d6cd (patch)
tree03d3494a2d3a83abc3d527af4074870e1932d19c /wgetopt.h
parent721f6169640d8fcf0697d225098141202c693ada (diff)
Minor performance tweaks
darcs-hash:20051026105102-ac50b-ffa35c43fd9e1aad47229260e5d7da4249cacdcf.gz
Diffstat (limited to 'wgetopt.h')
-rw-r--r--wgetopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wgetopt.h b/wgetopt.h
index 7856add5..9c5c9947 100644
--- a/wgetopt.h
+++ b/wgetopt.h
@@ -64,7 +64,7 @@ extern wchar_t *woptarg;
When `getopt' returns EOF, this is the index of the first of the
non-option elements that the caller should itself scan.
- Otherwise, `optind' communicates from one call to the next
+ Otherwise, `woptind' communicates from one call to the next
how much of ARGV has been scanned so far. */
extern int woptind;
@@ -149,7 +149,7 @@ struct woption
#ifdef __GNU_LIBRARY__
/**
Get options from argument list. See the glibc manual for information on how to use this function.
- */
+*/
extern int wgetopt (int argc, wchar_t *const *argv, const wchar_t *shortopts);
#else /* not __GNU_LIBRARY__ */