summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 03:59:24 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-05-28 03:59:24 +0000
commit2b75de4beadc97f63b6902257a1232a67736b399 (patch)
tree7afd515d9040a6cdba0566786533770ab60ecf09 /include/apr_dso.h
parent8d467d3c8de32d66025a89e2ebd8d4cef4425f78 (diff)
downloadapr-2b75de4beadc97f63b6902257a1232a67736b399.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Namespace protect ap_dso_error() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index f8070e55d..a3c3ed6a3 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -116,10 +116,11 @@ B<Load a symbol from a DSO handle.>
*/
ap_status_t ap_dso_sym(ap_dso_handle_sym_t *ressym, ap_dso_handle_t *handle,
const char *symname);
+
+char *ap_dso_error(void);
+
#ifdef __cplusplus
}
#endif
-
-char *ap_dso_error(void);
#endif