X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ddf5b0259b7246c0d3207ceb22ea72379ae64e89..2a4e2f15af1a697152104af8f46f0ba6aab472ff:/sbr/oauth.c?ds=inline diff --git a/sbr/oauth.c b/sbr/oauth.c index 3becfdef..741cacb0 100755 --- a/sbr/oauth.c +++ b/sbr/oauth.c @@ -878,7 +878,7 @@ make_query_url(char *s, size_t size, CURL *curl, const char *base_url, ...) } static int -debug_callback(const CURL *handle, curl_infotype type, const char *data, +debug_callback(CURL *handle, curl_infotype type, char *data, size_t size, void *userptr) { FILE *fp = userptr;