summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-27 21:40:18 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-27 21:40:18 +0000
commitfd2bc0661f223ffcc49a9f30b1cae793138185ae (patch)
tree49976f8a6a758bb0212665a432275bfc55dc8d10 /include/apr_dso.h
parent698b26c055a630c4853064d911c4a76090e43dc4 (diff)
downloadlibapr-fd2bc0661f223ffcc49a9f30b1cae793138185ae.tar.gz
Fix the dso error handling.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index 01f71c34c..f8070e55d 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -120,4 +120,6 @@ ap_status_t ap_dso_sym(ap_dso_handle_sym_t *ressym, ap_dso_handle_t *handle,
}
#endif
+
+char *ap_dso_error(void);
#endif