Move all APR functions related to strings to their own directory, and

create a new header for those functions.  This is the first step to
removing the apr/lib directory completely, and moving those files/functions
to descriptive directories.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-07-21 19:50:58 +00:00
parent 71afb1fe1c
commit 22d9fbdec0
37 changed files with 37 additions and 0 deletions

View File

@ -64,6 +64,7 @@
#include "http_protocol.h"
#include "http_log.h"
#include "http_core.h"
#include "apr_strings.h"
#include "util_xml.h"