From 42209db3f5a8fd68158703f86b4867d854cbc29e Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 28 Nov 2016 21:20:07 -0300 Subject: win32: update with gsthttp defs --- win32/common/libgsthttp.def | 52 ++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/win32/common/libgsthttp.def b/win32/common/libgsthttp.def index 252bd9255..f23c2bc88 100644 --- a/win32/common/libgsthttp.def +++ b/win32/common/libgsthttp.def @@ -1,25 +1,29 @@ EXPORTS - gst_http_cookie_new - gst_http_cookie_copy - gst_http_cookie_get_name - gst_http_cookie_set_name - gst_http_cookie_get_value - gst_http_cookie_set_value - gst_http_cookie_get_domain - gst_http_cookie_set_domain - gst_http_cookie_get_path - gst_http_cookie_set_path - gst_http_cookie_set_max_age - gst_http_cookie_get_expires - gst_http_cookie_set_expires - gst_http_cookie_get_secure - gst_http_cookie_set_secure - gst_http_cookie_get_http_only - gst_http_cookie_set_http_only - gst_http_cookie_equal - gst_http_cookie_free - gst_http_cookies_free - gst_http_cookie_jar_new - gst_http_cookie_jar_add_cookie - gst_http_cookie_jar_delete_cookie - gst_http_cookie_jar_all_cookies + gst_http_cookie_clear + gst_http_cookie_copy + gst_http_cookie_copy_into + gst_http_cookie_equal + gst_http_cookie_free + gst_http_cookie_get_domain + gst_http_cookie_get_expires + gst_http_cookie_get_http_only + gst_http_cookie_get_name + gst_http_cookie_get_path + gst_http_cookie_get_secure + gst_http_cookie_get_type + gst_http_cookie_get_value + gst_http_cookie_jar_add_cookie + gst_http_cookie_jar_all_cookies + gst_http_cookie_jar_delete_cookie + gst_http_cookie_jar_get_type + gst_http_cookie_jar_new + gst_http_cookie_new + gst_http_cookie_set_domain + gst_http_cookie_set_expires + gst_http_cookie_set_http_only + gst_http_cookie_set_max_age + gst_http_cookie_set_name + gst_http_cookie_set_path + gst_http_cookie_set_secure + gst_http_cookie_set_value + gst_http_cookies_free -- cgit v1.2.3