summaryrefslogtreecommitdiff
path: root/dso/beos
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 /dso/beos
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 'dso/beos')
-rw-r--r--dso/beos/dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/beos/dso.h b/dso/beos/dso.h
index 4305bba6c..d863ae1cc 100644
--- a/dso/beos/dso.h
+++ b/dso/beos/dso.h
@@ -62,7 +62,7 @@
#include "apr_dso.h"
#include <kernel/image.h>
-struct dso_handle_t {
+struct ap_dso_handle_t {
image_id handle; /* Handle to the DSO loaded */
ap_context_t *cont;
};