Commit 79a91b81 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make this example not only replace an internal header but also add a totally

new and non-standard one
parent 2f9038bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ int main(void)
    struct curl_slist *chunk = NULL;

    chunk = curl_slist_append(chunk, "Accept: moo");
    chunk = curl_slist_append(chunk, "Another: yes");

    /* request with the built-in Accept: */
    curl_easy_setopt(curl, CURLOPT_URL, "localhost");