summaryrefslogtreecommitdiff
path: root/hooks/ap_hooks.c
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 /hooks/ap_hooks.c
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 'hooks/ap_hooks.c')
-rw-r--r--hooks/ap_hooks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/ap_hooks.c b/hooks/ap_hooks.c
index b1d572a3..79df96e3 100644
--- a/hooks/ap_hooks.c
+++ b/hooks/ap_hooks.c
@@ -1,8 +1,6 @@
#include "ap_config.h"
-#include "httpd.h"
#include "ap_hooks.h"
#include <assert.h>
-#include <stdlib.h>
#if 0
#define ap_palloc(pool,size) malloc(size)