summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-03-14 17:47:38 +0000
committerRyan Bloom <rbb@apache.org>2000-03-14 17:47:38 +0000
commita50ea1aaa0b70cae857952e092283482d0719035 (patch)
tree091b9b29d2095d24989fe11e80b60451fb5765e2 /include/apr_getopt.h
parente5bb999927e1a4d075f29a2e40b0df9aac767d0a (diff)
downloadapr-a50ea1aaa0b70cae857952e092283482d0719035.tar.gz
Fix more docs and change some parameter order on ap_getopt. This makes
ap_getopt look more like the rest of the apor functions. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_getopt.h')
-rw-r--r--include/apr_getopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_getopt.h b/include/apr_getopt.h
index c78829ef9..b05cd0670 100644
--- a/include/apr_getopt.h
+++ b/include/apr_getopt.h
@@ -64,8 +64,8 @@ API_VAR_IMPORT int
API_VAR_IMPORT char *
ap_optarg; /* argument associated with option */
-ap_status_t ap_getopt(ap_context_t *, ap_int32_t, char *const *, const char *,
- ap_int32_t *);
+ap_status_t ap_getopt(ap_int32_t nargc, char *const *nargv, const char *ostr,
+ ap_int32_t *rv, ap_context_t *cont);
#endif /* ! APR_GETOPT_H */