mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
remove typedef we ended up not using
This commit is contained in:
parent
bc4582b68a
commit
2f9a17fc44
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user