diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-05-27 21:40:18 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-05-27 21:40:18 +0000 |
commit | fd2bc0661f223ffcc49a9f30b1cae793138185ae (patch) | |
tree | 49976f8a6a758bb0212665a432275bfc55dc8d10 /include/apr_dso.h | |
parent | 698b26c055a630c4853064d911c4a76090e43dc4 (diff) | |
download | libapr-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.h | 2 |
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 |