summaryrefslogtreecommitdiff
path: root/include/arch/os2/dso.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-03 18:37:53 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-03 18:37:53 +0000
commit060c07c953c496b986f119fe4bda8ef894847bad (patch)
treeeb578daea2f5dee7a2b73b25eb7d06846387863a /include/arch/os2/dso.h
parente675453044d65b2da994396284e37db866e26d41 (diff)
downloadlibapr-060c07c953c496b986f119fe4bda8ef894847bad.tar.gz
fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the
struct's where possible. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/os2/dso.h')
-rw-r--r--include/arch/os2/dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/os2/dso.h b/include/arch/os2/dso.h
index 0ef121ea1..947793aa4 100644
--- a/include/arch/os2/dso.h
+++ b/include/arch/os2/dso.h
@@ -63,7 +63,7 @@
#include "apr_pools.h"
#include "apr_dso.h"
-struct dso_handle_t {
+struct ap_dso_handle_t {
HMODULE handle; /* Handle to the DSO loaded */
ap_context_t *cont; /* Context for returning error strings */
};