summaryrefslogtreecommitdiff
path: root/test/testargs.c
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-01-23 19:56:35 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-01-23 19:56:35 +0000
commitf34d7d37ad42a48df877cea6fccf99b256de4fcc (patch)
tree44924c11f3d58c214dbc847754a9743ff449e4ce /test/testargs.c
parent99b694cefe53abefdce2ca5f3e4212f31d3ce8c8 (diff)
downloadlibapr-f34d7d37ad42a48df877cea6fccf99b256de4fcc.tar.gz
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
Clean up gcc warnings on the closeapr() atexit function. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testargs.c')
-rw-r--r--test/testargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testargs.c b/test/testargs.c
index 1a0b6b40a..aa088e98a 100644
--- a/test/testargs.c
+++ b/test/testargs.c
@@ -73,7 +73,7 @@ static void maybe_arg(const char *arg)
}
}
-void closeapr(void)
+static void closeapr(void)
{
apr_terminate();
}