1 #ifndef HEADER_CURL_RTSP_H 2 #define HEADER_CURL_RTSP_H 24 #ifndef CURL_DISABLE_RTSP 28 bool Curl_rtsp_connisdead(
struct connectdata *check);
29 CURLcode Curl_rtsp_parseheader(
struct connectdata *conn,
char *header);
33 #define Curl_rtsp_parseheader(x,y) CURLE_NOT_BUILT_IN 34 #define Curl_rtsp_connisdead(x) TRUE 61 struct HTTP http_wrapper;
Definition: urldata.h:724
Definition: urldata.h:831