diff options
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 5f57535810..b6b7746f34 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -71,4 +71,7 @@ class CSkype;
extern CSkype *g_skype;
-extern HINSTANCE g_hInstance;
\ No newline at end of file +extern HINSTANCE g_hInstance;
+
+extern int g_cbCountries;
+extern struct CountryListEntry* g_countries;
\ No newline at end of file |