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_connection.h')
-rw-r--r--skypeweb/skypeweb_connection.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/skypeweb/skypeweb_connection.h b/skypeweb/skypeweb_connection.h
index 4563eda..f24c4f2 100644
--- a/skypeweb/skypeweb_connection.h
+++ b/skypeweb/skypeweb_connection.h
@@ -69,46 +69,4 @@ void skypeweb_update_cookies(SkypeWebAccount *sa, const gchar *headers);
gchar *skypeweb_cookies_to_string(SkypeWebAccount *sa);
-
-/* Hack needed to stop redirect */
-struct _PurpleUtilFetchUrlData
-{
- PurpleUtilFetchUrlCallback callback;
- void *user_data;
-
- struct
- {
- char *user;
- char *passwd;
- char *address;
- int port;
- char *page;
-
- } website;
-
- char *url;
- int num_times_redirected;
- gboolean full;
- char *user_agent;
- gboolean http11;
- char *request;
- gsize request_written;
- gboolean include_headers;
-
- gboolean is_ssl;
- PurpleSslConnection *ssl_connection;
- PurpleProxyConnectData *connect_data;
- int fd;
- guint inpa;
-
- gboolean got_headers;
- gboolean has_explicit_data_len;
- char *webdata;
- gsize len;
- unsigned long data_len;
- gssize max_len;
- gboolean chunked;
- PurpleAccount *account;
-};
-
#endif /* SKYPEWEB_CONNECTION_H */