X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Frtsp%2Frtsp.h;h=fc73642ca2d3f9939ef1e233aa00b8ac64ac46d1;hb=848489c3863b1b7ddbe542aa3e746063722b9280;hp=d58b69767a89c5c94800c453a23dde983c022d78;hpb=775fa8a1c8fc2041908e01ea7f12bc0bb0c22f6f;p=vlc diff --git a/modules/access/rtsp/rtsp.h b/modules/access/rtsp/rtsp.h index d58b69767a..fc73642ca2 100644 --- a/modules/access/rtsp/rtsp.h +++ b/modules/access/rtsp/rtsp.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: rtsp.h,v 1.4 2003/12/09 00:02:31 f1rmb Exp $ + * $Id$ * * a minimalistic implementation of rtsp protocol, * *not* RFC 2326 compilant yet. @@ -58,7 +58,7 @@ int rtsp_request_tearoff( rtsp_client_t *, const char *what ); int rtsp_send_ok( rtsp_client_t * ); -int rtsp_read_data( rtsp_client_t *, char *buffer, unsigned int size ); +int rtsp_read_data( rtsp_client_t *, uint8_t *buffer, unsigned int size ); char* rtsp_search_answers( rtsp_client_t *, const char *tag ); void rtsp_free_answers( rtsp_client_t * );