Commit 8bf3b9ef authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85097 13f79535-47bb-0310-9956-ffa450edef68
parent a7f7bcb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
#include "http_request.h"
#include "http_log.h"
#include "http_protocol.h"
#include "ap.h"
#include "ap_base64.h"
#include "ap_ctype.h"
#include "util_uri.h"
#include "util_md5.h"
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@
#define CORE_PRIVATE

#include "ap_config.h"
#include "ap.h"
#include "ap_base64.h"
#include "httpd.h"
#include "http_main.h"
#include "http_log.h"