summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-05-27 21:40:18 +0000
committerRyan Bloom <rbb@apache.org>2000-05-27 21:40:18 +0000
commit81c82d33a386524a5d41a1e0219338f9cd463e4c (patch)
tree49976f8a6a758bb0212665a432275bfc55dc8d10 /include/apr_dso.h
parent96bf3579a15b7f2cef769edf6a8d0729ce3458d2 (diff)
downloadapr-81c82d33a386524a5d41a1e0219338f9cd463e4c.tar.gz
Fix the dso error handling.
git-svn-id: https://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