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:
authorDaniel Kamil Kozar <dkk089@gmail.com>2018-03-13 20:43:14 +0300
committerDaniel Kamil Kozar <dkk089@gmail.com>2018-03-13 20:43:14 +0300
commit816aaddea4493b8f8708e3bf5aa68fba3c9daef7 (patch)
treee16dcb011119f0ef3e4964f4bc5d896aa2eb27aa /skypeweb/skypeweb_contacts.h
parent9db6c43619a5ec9e8d65cd1f20f2016c66fe53e1 (diff)
Implement support for contact suggestions
Diffstat (limited to 'skypeweb/skypeweb_contacts.h')
-rw-r--r--skypeweb/skypeweb_contacts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_contacts.h b/skypeweb/skypeweb_contacts.h
index dd5f298..e30f985 100644
--- a/skypeweb/skypeweb_contacts.h
+++ b/skypeweb/skypeweb_contacts.h
@@ -52,4 +52,6 @@ gboolean skypeweb_check_authrequests(SkypeWebAccount *sa);
void skypeweb_set_mood_message(SkypeWebAccount *sa, const gchar *mood);
+void skypeweb_contact_suggestions(PurpleProtocolAction *action);
+
#endif /* SKYPEWEB_CONTACTS_H */