summaryrefslogtreecommitdiff
path: root/encoding/apr_base64.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-01-19 01:14:22 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-01-19 01:14:22 +0000
commitff8f16d2b24e1c4a1b04b0f8de7f01931dec99ba (patch)
tree1d254eec57a78afc9e11e082eca22ac380639a2f /encoding/apr_base64.c
parent9f8df9e74a12e0fb6bd2fb417429226da63167dd (diff)
downloadlibapr-util-ff8f16d2b24e1c4a1b04b0f8de7f01931dec99ba.tar.gz
Finish the commits for the change in the header files. Basically, this hides
all of the Apache macros that modules don't need access to. This should have been committed with the modules, but I wasn't paying attention to the directory I was in when I ran the commit. Submitted by: Manoj Kasichainula and Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57787 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'encoding/apr_base64.c')
-rw-r--r--encoding/apr_base64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/encoding/apr_base64.c b/encoding/apr_base64.c
index 82497d3f..48ed1ae2 100644
--- a/encoding/apr_base64.c
+++ b/encoding/apr_base64.c
@@ -61,14 +61,15 @@
* ugly 'len' functions, which is quite a nasty cost.
*/
+#define CORE_PRIVATE
#include <string.h>
-#include "ap_config.h"
#include "ap.h"
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /* CHARSET_EBCDIC */
+#include "ap_config.h"
/* aaaack but it's fast and const should make it shared text page. */
static const unsigned char pr2six[256] =