aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-05-24 17:29:50 +0200
committerYang Tse <yangsita@gmail.com>2011-05-24 17:29:50 +0200
commit2ea31b0e6f7c0709b4767ed1babeff6b92000282 (patch)
treeae0c732c5f2cec9bd8ab852e6829a059c375556c
parentde70ddb7490e2cb816649ab0f055413a6df3e2ae (diff)
compiler warning: fix
Fix compiler warning: external definition with no prior declaration
-rw-r--r--tests/libtest/lib500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c
index bca5c2310..8ebeb1292 100644
--- a/tests/libtest/lib500.c
+++ b/tests/libtest/lib500.c
@@ -25,7 +25,7 @@
#ifdef LIB585
-int counter;
+static int counter;
static curl_socket_t tst_opensocket(void *clientp,
curlsocktype purpose,