mirror of
https://github.com/curl/curl.git
synced 2026-04-29 17:32:12 +03:00
remove typedef we ended up not using
This commit is contained in:
parent
bc4582b68a
commit
2f9a17fc44
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue