From 844c19cc5b5a62e572f4fb9e00c5c6a61c2fb581 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 22 Jan 2010 12:17:03 +0000 Subject: s/RTPFUNCTION/INTERLEAVEFUNCTION/ s/RTPDATA/INTERLEAVEDATA/ --- include/curl/curl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index de709655d..3f5c49a27 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1309,11 +1309,11 @@ typedef enum { /* Manually initialize the server RTSP CSeq for this handle */ CINIT(RTSP_SERVER_CSEQ, LONG, 194), - /* The stream to pass to RTPFUNCTION. */ - CINIT(RTPDATA, OBJECTPOINT, 195), + /* The stream to pass to INTERLEAVEFUNCTION. */ + CINIT(INTERLEAVEDATA, OBJECTPOINT, 195), /* Let the application define a custom write method for RTP data */ - CINIT(RTPFUNCTION, FUNCTIONPOINT, 196), + CINIT(INTERLEAVEFUNCTION, FUNCTIONPOINT, 196), CURLOPT_LASTENTRY /* the last unused */ } CURLoption; -- cgit v1.2.3