summaryrefslogtreecommitdiff
path: root/encoding
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-04-29 16:00:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-04-29 16:00:30 +0000
commitf5b6550754ec9c31c36ffd5934a8184ecc8a7a8a (patch)
tree7b085d6c131d03cf156cdb0e1628c0f0908d8fbb /encoding
parent0621b2731556980fd0af9dedc62e7a070736eb19 (diff)
downloadlibapr-util-f5b6550754ec9c31c36ffd5934a8184ecc8a7a8a.tar.gz
PR:
Obtained from: Submitted by: William Rowe Reviewed by: Created ap_base64.h to extract those declarations for clarity from ap.h CORE_PRIVATE, httpd.h do not belong in library functions, removed from ap.lib Use apr headers for declarations in ap.lib stuff, kill AP_LONG from ap_sha1.h Move credit to lib/apr/lib/ap_snprintf.c from ap.h for authorship git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'encoding')
-rw-r--r--encoding/ap_base64.c6
-rw-r--r--encoding/apr_base64.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/encoding/ap_base64.c b/encoding/ap_base64.c
index 592e4b3a..545fdb35 100644
--- a/encoding/ap_base64.c
+++ b/encoding/ap_base64.c
@@ -62,12 +62,8 @@
* ugly 'len' functions, which is quite a nasty cost.
*/
-#define CORE_PRIVATE
-#include <string.h>
-
-#include "ap.h"
-
#include "ap_config.h"
+#include "ap_base64.h"
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /* CHARSET_EBCDIC */
diff --git a/encoding/apr_base64.c b/encoding/apr_base64.c
index 592e4b3a..545fdb35 100644
--- a/encoding/apr_base64.c
+++ b/encoding/apr_base64.c
@@ -62,12 +62,8 @@
* ugly 'len' functions, which is quite a nasty cost.
*/
-#define CORE_PRIVATE
-#include <string.h>
-
-#include "ap.h"
-
#include "ap_config.h"
+#include "ap_base64.h"
#ifdef CHARSET_EBCDIC
#include "ebcdic.h"
#endif /* CHARSET_EBCDIC */