summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-21 14:05:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-21 14:05:06 +0000
commit2f9a17fc4442a04d4ec81dc937fa3af7c8caeda7 (patch)
tree7bb79721873c3502e7f1cbed112f7bf6fbc198c6 /include
parentbc4582b68a673d3b0f5a2e7d971605de2c8b3730 (diff)
downloadcurl-2f9a17fc4442a04d4ec81dc937fa3af7c8caeda7.tar.gz
remove typedef we ended up not using
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h6
1 files changed, 0 insertions, 6 deletions
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 */