Commit 2f9a17fc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove typedef we ended up not using

parent bc4582b6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 */