summaryrefslogtreecommitdiff
path: root/dso/beos
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-03-28 22:56:07 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2000-03-28 22:56:07 +0000
commitba6dde974fa3859de9d9b2b98dbfe6fc194e8ea4 (patch)
tree1db810e5fbec1fdc2e5d5d0a6316af22055a9957 /dso/beos
parent47b4544a34105a2436aaebd516953954d2a8eb1a (diff)
downloadlibapr-ba6dde974fa3859de9d9b2b98dbfe6fc194e8ea4.tar.gz
More tidy up for the dso functions. Somehow missed these in my previous
change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59745 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso/beos')
-rw-r--r--dso/beos/dso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dso/beos/dso.h b/dso/beos/dso.h
index e82564f1f..c5e4fd21c 100644
--- a/dso/beos/dso.h
+++ b/dso/beos/dso.h
@@ -64,9 +64,9 @@
#include "apr_dso.h"
#include <kernel/image.h>
-struct ap_dso_handle_st {
+struct dso_handle_t {
image_id handle; /* Handle to the DSO loaded */
ap_context_t *cont;
};
-#endif \ No newline at end of file
+#endif