From 01197b8beacf5c617102ed0381f8b0e73f30fd89 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 3 Mar 2013 13:11:39 +0200 Subject: [PATCH] Add HTTP "headers" to _quvi_s This linked-list will hold any custom HTTP headers that should be used with the outgoing HTTP requests. Signed-off-by: Toni Gundogdu --- src/_quvi_s.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/_quvi_s.h b/src/_quvi_s.h index cf3c2f7..cb9cdf1 100644 --- a/src/_quvi_s.h +++ b/src/_quvi_s.h @@ -1,5 +1,5 @@ /* libquvi - * Copyright (C) 2012-2013 Toni Gundogdu + * Copyright (C) 2012,2013 Toni Gundogdu * * This file is part of libquvi . * @@ -52,6 +52,10 @@ struct _quvi_s } handle; struct { + struct curl_slist *headers; + } http; + struct + { struct { GSList *subtitle_export; -- 2.11.4.GIT