summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-03 18:37:53 +0000
committerRyan Bloom <rbb@apache.org>2000-04-03 18:37:53 +0000
commit634836fc60ac15d110e63974900280c460706fdf (patch)
treeeb578daea2f5dee7a2b73b25eb7d06846387863a /include/apr_dso.h
parent5091b7be960452fc479b378b74c8aaac19a64781 (diff)
downloadapr-634836fc60ac15d110e63974900280c460706fdf.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: https://svn.apache.org/repos/asf/apr/apr/trunk@59769 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 cfae2f5be..b0ff714b6 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -62,7 +62,7 @@
extern "C" {
#endif
-typedef struct dso_handle_t ap_dso_handle_t;
+typedef struct ap_dso_handle_t ap_dso_handle_t;
typedef void * ap_dso_handle_sym_t;
ap_status_t ap_dso_init(void);