summaryrefslogtreecommitdiff
path: root/test/test_parser.c
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2001-02-08 07:45:33 +0000
committerDoug MacEachern <dougm@apache.org>2001-02-08 07:45:33 +0000
commit88d3406f9a35c503b9f0e3f125aacdaa05df9371 (patch)
tree39470637773d75d2fc514c333a1af2554f92775c /test/test_parser.c
parentf0058d7d5bdc1b00365586936c7360cbc2c249f4 (diff)
downloadhttpd-88d3406f9a35c503b9f0e3f125aacdaa05df9371.tar.gz
renaming various functions for consistency sake
see: http://apr.apache.org/~dougm/apr_rename.pl PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test_parser.c')
-rw-r--r--test/test_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parser.c b/test/test_parser.c
index 618e3fbe0a..eef1be45cd 100644
--- a/test/test_parser.c
+++ b/test/test_parser.c
@@ -46,7 +46,7 @@ int main (void)
char *newstr;
char instr[512];
- p = apr_init_alloc();
+ p = apr_pool_alloc_init();
while (gets(instr)) {
printf(" [%s] ==\n", instr);