From: Daniel Stenberg Date: Thu, 21 Jan 2010 14:05:06 +0000 (+0000) Subject: remove typedef we ended up not using X-Git-Tag: curl-7_20_0~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9a17fc4442a04d4ec81dc937fa3af7c8caeda7;p=curl remove typedef we ended up not using --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 5fb53e32a..de709655d 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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 */