diff options
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index f5f759e4..68383485 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -49,6 +49,7 @@ struct _GstNeonhttpSrc { ne_request *request; ne_uri uri; gchar *location; + gchar *query_string; ne_uri proxy; gchar *user_agent; |