summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/skypekit.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/skypekit.h')
-rw-r--r--protocols/Skype/src/skypekit/skypekit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skypekit/skypekit.h b/protocols/Skype/src/skypekit/skypekit.h
index faac4f3d65..3f1d7b1e58 100644
--- a/protocols/Skype/src/skypekit/skypekit.h
+++ b/protocols/Skype/src/skypekit/skypekit.h
@@ -29,6 +29,8 @@ public:
void SetOnMessageCallback(OnMessaged callback, CSkypeProto* proto);
+ bool CreateConferenceWithConsumers(ConversationRef &conference, const SEStringList &identities);
+
private:
CSkypeProto* proto;
OnMessaged onMessagedCallback;