summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-14 15:58:54 +0000
committerRyan Bloom <rbb@apache.org>2000-04-14 15:58:54 +0000
commitf6be29db115b28bf436f84e67e1ba49e92ab9538 (patch)
treec07dfce5f37b9ffae3b9b7b8b0b435fb98cdc74b /include/apr_getopt.h
parent9baccbbbd719982aee0888ca35a3f7b98cc3792a (diff)
downloadapr-f6be29db115b28bf436f84e67e1ba49e92ab9538.tar.gz
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_getopt.h')
-rw-r--r--include/apr_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_getopt.h b/include/apr_getopt.h
index b0bf7eec9..044c45760 100644
--- a/include/apr_getopt.h
+++ b/include/apr_getopt.h
@@ -83,7 +83,7 @@ API_VAR_IMPORT char *
* main(argc, argv)
*/
ap_status_t ap_getopt(ap_int32_t nargc, char *const *nargv, const char *ostr,
- ap_int32_t *rv, ap_context_t *cont);
+ ap_int32_t *rv, ap_pool_t *cont);
#endif /* ! APR_GETOPT_H */