summaryrefslogtreecommitdiff
path: root/include/apr_dso.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_dso.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_dso.h')
-rw-r--r--include/apr_dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index 512ddf012..ea7ae47dc 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -80,7 +80,7 @@ ap_status_t ap_dso_init(void);
* arg 3) Context to use.
*/
ap_status_t ap_dso_load(ap_dso_handle_t **res_handle, const char *path,
- ap_context_t *ctx);
+ ap_pool_t *ctx);
/* ***APRDOC********************************************************
* ap_status_t ap_dso_unload(ap_dso_handle_t *handle)