summaryrefslogtreecommitdiff
path: root/include/arch/aix
diff options
context:
space:
mode:
authordougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2000-08-02 05:26:45 +0000
committerdougm <dougm@13f79535-47bb-0310-9956-ffa450edef68>2000-08-02 05:26:45 +0000
commit8fcf6e0fadd7ec31d02e7249dc69922b24747c11 (patch)
tree4da0bfd73d36292921960aaabc877a57e680b8c4 /include/arch/aix
parent5198c260c1982414023e984799ce1c3b04bb6b43 (diff)
downloadlibapr-8fcf6e0fadd7ec31d02e7249dc69922b24747c11.tar.gz
prefix libapr functions and types with apr_
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/aix')
-rw-r--r--include/arch/aix/dso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/aix/dso.h b/include/arch/aix/dso.h
index ae89f9ee5..6b7ca8ea7 100644
--- a/include/arch/aix/dso.h
+++ b/include/arch/aix/dso.h
@@ -68,8 +68,8 @@ void *dlsym(void *handle, const char *symbol);
const char *dlerror(void);
int dlclose(void *handle);
-struct ap_dso_handle_t {
- ap_pool_t *cont;
+struct apr_dso_handle_t {
+ apr_pool_t *cont;
void *handle;
};