summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2000-06-11 15:01:55 +0000
committerBen Laurie <ben@apache.org>2000-06-11 15:01:55 +0000
commiteba4c6c58b83c508225e02ab0fe34f2c8d716b69 (patch)
tree7dfbb3ff56ecd3100a97601567e9a638eb097923 /include/apr_dso.h
parent7f5507c35e72fd920e06b740e3dc1bb1a181ee2b (diff)
downloadapr-eba4c6c58b83c508225e02ab0fe34f2c8d716b69.tar.gz
constification.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60175 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 c15fef3ec..e7c1ba7af 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(ap_dso_handle_t *dso, char *buf, ap_size_t bufsize);
+const char *ap_dso_error(ap_dso_handle_t *dso, char *buf, ap_size_t bufsize);
#ifdef __cplusplus
}