diff options
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index d123f04d43..7f3cfa5503 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -84,6 +84,9 @@ struct PasswordChangeBoxParam }
};
+extern int g_cbCountries;
+extern struct CountryListEntry* g_countries;
+
struct CSkypeProto : public PROTO_INTERFACE
{
public:
|