From 1d56cc47633f95ea0e2865b808d4e4732ef8abe5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 1 May 2013 14:05:48 +0000 Subject: all settings without timezone saved in db git-svn-id: http://svn.miranda-ng.org/main/trunk@4578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/Skype/src/skype_proto.h') 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: -- cgit v1.2.3