summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/apr_cpystrn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apr_cpystrn.c b/lib/apr_cpystrn.c
index 160e0b9e9..2245d53b9 100644
--- a/lib/apr_cpystrn.c
+++ b/lib/apr_cpystrn.c
@@ -210,7 +210,7 @@ APR_EXPORT(ap_status_t) ap_tokenize_to_argv(const char *arg_str,
* Corrected Win32 to accept "a/b\\stuff", "a:stuff"
*/
-const char *ap_filename_of_pathname(const char *pathname)
+APR_EXPORT(const char *) ap_filename_of_pathname(const char *pathname)
{
const char path_separator = '/';
const char *s = strrchr(pathname, path_separator);