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:
authorEion Robb <eion@robbmob.com>2017-04-11 12:23:57 +0300
committerEion Robb <eion@robbmob.com>2017-04-11 12:23:57 +0300
commit1513ebdf47bd6b3e4e27dffbf2261aa0fab4082a (patch)
tree05e2ad1a5a2f67ad108dfc8663d7381586bf2382 /skypeweb/skypeweb_contacts.h
parent35624c3430ce37696eb760dd7c8503f184c8e9f2 (diff)
libpurple 3.0 compatibility, see issue #538
Diffstat (limited to 'skypeweb/skypeweb_contacts.h')
-rw-r--r--skypeweb/skypeweb_contacts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/skypeweb_contacts.h b/skypeweb/skypeweb_contacts.h
index 505a908..1f2eab1 100644
--- a/skypeweb/skypeweb_contacts.h
+++ b/skypeweb/skypeweb_contacts.h
@@ -31,7 +31,7 @@ PurpleXfer *skypeweb_new_xfer(PurpleConnection *pc, const char *who);
void skypeweb_send_file(PurpleConnection *pc, const gchar *who, const gchar *filename);
gboolean skypeweb_can_receive_file(PurpleConnection *pc, const gchar *who);
-void skypeweb_search_users(PurplePluginAction *action);
+void skypeweb_search_users(PurpleProtocolAction *action);
void skypeweb_received_contacts(SkypeWebAccount *sa, PurpleXmlNode *contacts);