From 1a1463dbfc6e28b6a5852142b0c87d4abe33c3d9 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 2 Aug 2000 05:26:45 +0000 Subject: prefix libapr functions and types with apr_ git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/os2/maperrorcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file_io/os2/maperrorcode.c') diff --git a/file_io/os2/maperrorcode.c b/file_io/os2/maperrorcode.c index 209eec026..5fa398151 100644 --- a/file_io/os2/maperrorcode.c +++ b/file_io/os2/maperrorcode.c @@ -115,7 +115,7 @@ static int errormap[][2] = { #define MAPSIZE (sizeof(errormap)/sizeof(errormap[0])) -int ap_canonical_error(ap_status_t err) +int apr_canonical_error(apr_status_t err) { int rv = -1, index; @@ -129,7 +129,7 @@ int ap_canonical_error(ap_status_t err) if (index