diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 07:21:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-12 07:21:11 +0000 |
commit | 3f6133be2735936631c4bfe5aedd28ae9b084f3f (patch) | |
tree | c77945364d0d160199188bd96d6a23725d394a62 /lib/sendf.h | |
parent | c3bfb355c56178d23a5fc2d8706a1da472800da4 (diff) | |
download | curl-3f6133be2735936631c4bfe5aedd28ae9b084f3f.tar.gz |
Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA.
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sendf.h b/lib/sendf.h index 082feddcb..bafa999ba 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -53,4 +53,9 @@ CURLcode Curl_write(struct connectdata *conn, int sockfd, void *mem, size_t len, ssize_t *written); +/* the function used to output verbose information */ +int Curl_debug(struct SessionHandle *handle, curl_infotype type, + char *data, size_t size); + + #endif |