summaryrefslogtreecommitdiff
path: root/rest-extras/youtube-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras/youtube-proxy.h')
-rw-r--r--rest-extras/youtube-proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rest-extras/youtube-proxy.h b/rest-extras/youtube-proxy.h
index 2b4673a..b2bde90 100644
--- a/rest-extras/youtube-proxy.h
+++ b/rest-extras/youtube-proxy.h
@@ -72,6 +72,9 @@ RestProxy* youtube_proxy_new (const gchar *developer_key);
RestProxy* youtube_proxy_new_with_auth (const gchar *developer_key,
const gchar *user_auth);
+void youtube_proxy_set_user_auth (YoutubeProxy *proxy,
+ const gchar *user_auth);
+
typedef void (*YoutubeProxyUploadCallback)(YoutubeProxy *proxy,
const gchar *payload,
const GError *error,