summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-05-01 14:05:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-05-01 14:05:48 +0000
commit1d56cc47633f95ea0e2865b808d4e4732ef8abe5 (patch)
treea6bb267075bdd8942e1fd6c4c66774d94f5adf14 /protocols/Skype/src/skype_proto.h
parent2120f63679f12778bc3eff5bdd795e683222966d (diff)
all settings without timezone saved in db
git-svn-id: http://svn.miranda-ng.org/main/trunk@4578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h3
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: