summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-10-23 17:21:14 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-10-23 17:21:14 +0000
commit0fa08305c1af5971f9428ca3c752a1d5dc7d34e9 (patch)
treefd044a9f43532d81a3aae4ad1fa30c8d840f2c00 /misc
parent2f1856c2c45daa1b5e934cbdcb223d4ad78fa350 (diff)
downloadlibapr-0fa08305c1af5971f9428ca3c752a1d5dc7d34e9.tar.gz
The start of the canonical name stuff.
* removed cruft that did nothing (yet) * add prototypes for the apr_canon... fn's * Consider: apr_compare_canonical (need to count matching elements) * Consider: Manoj's suggestion to handle symlinks within here. * Consider: fanf's concept to use dev/inode for comparison w/o strs. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/win32/names.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/win32/names.c b/misc/win32/names.c
index 9e3fc7134..7f1fbec63 100644
--- a/misc/win32/names.c
+++ b/misc/win32/names.c
@@ -82,8 +82,8 @@ static BOOL OnlyDots(char *pString)
* is present on the existing path. This routine also
* converts alias names to long names.
*/
-APR_DECLARE(char *) apr_os_systemcase_filename(apr_pool_t *pCont,
- const char *szFile)
+static char * apr_os_systemcase_filename(apr_pool_t *pCont,
+ const char *szFile)
{
char buf[HUGE_STRING_LEN];
char *pInputName;