summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-05-29 02:18:44 +0000
committerRyan Bloom <rbb@apache.org>2000-05-29 02:18:44 +0000
commit1dfb7394ae1b0b20eb67ded598e9a0e01dbe2073 (patch)
tree40382e157d1fca8550dcc657ee9e4309a1fbe543 /include/apr_dso.h
parent4a65a60d740add7f2c7212d00618c3088721cc3f (diff)
downloadapr-1dfb7394ae1b0b20eb67ded598e9a0e01dbe2073.tar.gz
Update the ap_dso_error API to work with other platforms.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-rw-r--r--include/apr_dso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index a3c3ed6a3..052798b4e 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -117,7 +117,7 @@ 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);
+char *ap_dso_error(char *buf, int bufsize, ap_status_t errcode);
#ifdef __cplusplus
}