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_messages.h')
-rw-r--r--skypeweb/skypeweb_messages.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_messages.h b/skypeweb/skypeweb_messages.h
index 5c03fa9..98fcb60 100644
--- a/skypeweb/skypeweb_messages.h
+++ b/skypeweb/skypeweb_messages.h
@@ -21,6 +21,13 @@
#include "libskypeweb.h"
+typedef enum
+{
+ SKYPEWEB_URI_TYPE_IMAGE,
+ SKYPEWEB_URI_TYPE_VIDEO,
+ SKYPEWEB_URI_TYPE_UNKNOWN
+} SkypeWebURIType;
+
gint skypeweb_send_im(PurpleConnection *pc,
#if PURPLE_VERSION_CHECK(3, 0, 0)
PurpleMessage *msg