compiler warning: fix

Fix compiler warning: external definition with no prior declaration
This commit is contained in:
Yang Tse 2011-05-24 17:29:50 +02:00
parent de70ddb749
commit 2ea31b0e6f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#ifdef LIB585
int counter;
static int counter;
static curl_socket_t tst_opensocket(void *clientp,
curlsocktype purpose,