]> granicus.if.org Git - curl/commitdiff
remove typedef we ended up not using
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 14:05:06 +0000 (14:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 14:05:06 +0000 (14:05 +0000)
include/curl/curl.h

index 5fb53e32ad1cd1651a0152ba189cd71a145cd062..de709655d509e3d567abb8fa6bf7156ddd34e4d3 100644 (file)
@@ -197,12 +197,6 @@ typedef size_t (*curl_write_callback)(char *buffer,
                                       size_t nitems,
                                       void *outstream);
 
-typedef size_t (*curl_rtp_write_callback)(char *buffer,
-                                      size_t size,
-                                      size_t nitems,
-                                      void *outstream,
-                                      int channel);
-
 /* These are the return codes for the seek callbacks */
 #define CURL_SEEKFUNC_OK       0
 #define CURL_SEEKFUNC_FAIL     1 /* fail the entire transfer */