Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skypeweb/skypeweb_util.h')
-rw-r--r--skypeweb/skypeweb_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_util.h b/skypeweb/skypeweb_util.h
index d8ecff2..7ff0b4b 100644
--- a/skypeweb/skypeweb_util.h
+++ b/skypeweb/skypeweb_util.h
@@ -37,4 +37,6 @@ skypeweb_fetch_url_request(SkypeWebAccount *sa,
const char *request, gboolean include_headers, gssize max_len,
PurpleUtilFetchUrlCallback callback, void *user_data);
+void skypeweb_url_prevent_follow_redirects(PurpleUtilFetchUrlData *requestdata);
+
const gchar *skypeweb_user_url_prefix(const gchar *who);