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:
authorJan Palus <jpalus@fastmail.com>2021-02-15 15:28:56 +0300
committerJan Palus <jpalus@fastmail.com>2021-02-15 15:30:38 +0300
commitbebec9759c8a3c1b5ce8174234e7639c440fcc7d (patch)
treec58e19c55208e4881d696feb2984fa5bdde8d186 /skypeweb/skypeweb_messages.h
parent42df93659e50fac89f2bc39433051d94b65a1340 (diff)
Fix direction of uri messages
Diffstat (limited to 'skypeweb/skypeweb_messages.h')
-rw-r--r--skypeweb/skypeweb_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_messages.h b/skypeweb/skypeweb_messages.h
index 98fcb60..f41eec6 100644
--- a/skypeweb/skypeweb_messages.h
+++ b/skypeweb/skypeweb_messages.h
@@ -68,5 +68,6 @@ void skype_web_get_offline_history(SkypeWebAccount *sa);
void skypeweb_mark_conv_seen(PurpleConversation *conv, PurpleConversationUpdateType type);
void skypeweb_gather_self_properties(SkypeWebAccount *sa);
+gboolean skypeweb_is_user_self(SkypeWebAccount *sa, const gchar *username);
#endif /* SKYPEWEB_MESSAGES_H */