summaryrefslogtreecommitdiff
path: root/test/testfile.c
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-04-22 10:24:41 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2002-04-22 10:24:41 +0000
commit9de49d0b38b012d7755e3889714f89a2b5a5ff2b (patch)
treead917e543f8cfafbaad04da85a722f5c1afdf62f /test/testfile.c
parent860b9b550d150bfbc04fdf728258b922c5fd42de (diff)
downloadlibapr-9de49d0b38b012d7755e3889714f89a2b5a5ff2b.tar.gz
Rename apr_get_groupname to apr_group_name_get.
Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testfile.c')
-rw-r--r--test/testfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfile.c b/test/testfile.c
index 4e81381db..a189dfd6c 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -218,7 +218,7 @@ int main(void)
if (finfo.valid & APR_FINFO_GROUP) {
STD_TEST_NEQ(" Getting groupname",
- apr_get_groupname(&buf, finfo.group, pool))
+ apr_group_name_get(&buf, finfo.group, pool))
STD_TEST_NEQ(" Comparing group ID's",
apr_compare_groups(finfo.group, gid))
printf(" (gid's for %s match)\n", buf);