Commit 2ea31b0e authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning: fix

Fix compiler warning: external definition with no prior declaration
parent de70ddb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#ifdef LIB585

int counter;
static int counter;

static curl_socket_t tst_opensocket(void *clientp,
                                    curlsocktype purpose,