diff options
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 4f06f95746..16d5be39b9 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -19,6 +19,11 @@ struct _tag_iconList HANDLE Handle;
};
+struct LanguagesListEntry {
+ const char *szName;
+ char ISOcode[3];
+};
+
struct CSkypeProto : public PROTO_INTERFACE, public MZeroedObject
{
public:
|