From fa74775bd306af32b9638be36059ad70ecb8864b Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Wed, 25 Jul 2001 02:14:39 +0000 Subject: [PATCH] OS/2: get canonical filename functions exported from the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89698 13f79535-47bb-0310-9956-ffa450edef68 --- os/os2/os.h | 4 ++-- server/Makefile.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/os/os2/os.h b/os/os2/os.h index 1f8f44dce3..64e0884a7f 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -87,8 +87,8 @@ extern int ap_os_is_path_absolute(const char *file); #endif -char *ap_os_canonical_filename(apr_pool_t *p, const char *file); -char *ap_os_case_canonical_filename(apr_pool_t *p, const char *szFile); +AP_DECLARE(char *)ap_os_canonical_filename(apr_pool_t *p, const char *file); +AP_DECLARE(char *)ap_os_case_canonical_filename(apr_pool_t *p, const char *szFile); /* OS/2 doesn't have symlinks so S_ISLNK is always false */ #define S_ISLNK(m) 0 diff --git a/server/Makefile.in b/server/Makefile.in index b6cf8e1182..7e40964f1c 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -32,6 +32,7 @@ test_char.h: gen_test_char util.lo: test_char.h EXPORT_FILES = $(top_srcdir)/include/*.h \ + $(top_srcdir)/os/$(OS_DIR)/*.h \ $(top_srcdir)/srclib/apr/include/*.h \ $(top_srcdir)/srclib/apr-util/include/*.h -- 2.50.1