summaryrefslogtreecommitdiff
path: root/test/testdso.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/testdso.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/testdso.c')
-rw-r--r--test/testdso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdso.c b/test/testdso.c
index 3a0790f74..d07148a35 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -11,7 +11,7 @@
#define LIB_NAME "mod_test.so"
-void closeapr(void)
+static void closeapr(void)
{
apr_terminate();
}