Loading lib/http.c +1 −4 Original line number Diff line number Diff line Loading @@ -3065,10 +3065,6 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, return checkhttpprefix(data, s); } #endif /* * header_append() copies a chunk of data to the end of the already received * header. We make sure that the full string fit in the allocated header Loading Loading @@ -3805,3 +3801,4 @@ CURLcode Curl_http_readwrite_headers(struct SessionHandle *data, return CURLE_OK; } #endif /* CURL_DISABLE_HTTP */ lib/rtsp.h +17 −17 Original line number Diff line number Diff line Loading @@ -25,9 +25,25 @@ ***************************************************************************/ #ifndef CURL_DISABLE_RTSP extern const struct Curl_handler Curl_handler_rtsp; CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *readmore, bool *done); /* protocol-specific functions set up to be called by the main engine */ CURLcode Curl_rtsp(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_done(struct connectdata *conn, CURLcode, bool premature); CURLcode Curl_rtsp_connect(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_disconnect(struct connectdata *conn); CURLcode Curl_rtsp_parseheader(struct connectdata *conn, char *header); #endif /* CURL_DISABLE_RTSP */ /* * RTSP Connection data * Loading Loading @@ -58,20 +74,4 @@ struct RTSP { }; CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *readmore, bool *done); /* protocol-specific functions set up to be called by the main engine */ CURLcode Curl_rtsp(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_done(struct connectdata *conn, CURLcode, bool premature); CURLcode Curl_rtsp_connect(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_disconnect(struct connectdata *conn); CURLcode Curl_rtsp_parseheader(struct connectdata *conn, char *header); #endif /* CURL_DISABLE_RTSP */ #endif /* __RTSP_H_ */ Loading
lib/http.c +1 −4 Original line number Diff line number Diff line Loading @@ -3065,10 +3065,6 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, return checkhttpprefix(data, s); } #endif /* * header_append() copies a chunk of data to the end of the already received * header. We make sure that the full string fit in the allocated header Loading Loading @@ -3805,3 +3801,4 @@ CURLcode Curl_http_readwrite_headers(struct SessionHandle *data, return CURLE_OK; } #endif /* CURL_DISABLE_HTTP */
lib/rtsp.h +17 −17 Original line number Diff line number Diff line Loading @@ -25,9 +25,25 @@ ***************************************************************************/ #ifndef CURL_DISABLE_RTSP extern const struct Curl_handler Curl_handler_rtsp; CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *readmore, bool *done); /* protocol-specific functions set up to be called by the main engine */ CURLcode Curl_rtsp(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_done(struct connectdata *conn, CURLcode, bool premature); CURLcode Curl_rtsp_connect(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_disconnect(struct connectdata *conn); CURLcode Curl_rtsp_parseheader(struct connectdata *conn, char *header); #endif /* CURL_DISABLE_RTSP */ /* * RTSP Connection data * Loading Loading @@ -58,20 +74,4 @@ struct RTSP { }; CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *readmore, bool *done); /* protocol-specific functions set up to be called by the main engine */ CURLcode Curl_rtsp(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_done(struct connectdata *conn, CURLcode, bool premature); CURLcode Curl_rtsp_connect(struct connectdata *conn, bool *done); CURLcode Curl_rtsp_disconnect(struct connectdata *conn); CURLcode Curl_rtsp_parseheader(struct connectdata *conn, char *header); #endif /* CURL_DISABLE_RTSP */ #endif /* __RTSP_H_ */