fix compiler warning

This commit is contained in:
Yang Tse 2010-01-25 04:36:13 +00:00
parent de2cc11a73
commit 4bb80cfd75
4 changed files with 6 additions and 8 deletions

View file

@ -650,6 +650,7 @@ CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data,
return CURLE_OK;
}
static
CURLcode rtp_client_write(struct connectdata *conn, char *ptr, size_t len)
{
struct SessionHandle *data = conn->data;