diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-10 09:25:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-10 09:25:59 +0000 |
commit | fc3e59bd1f64c437fe74c74e2b30c558665d8c3a (patch) | |
tree | c0a3945ef6c9e33ae415f990b114ffc78fafcb50 /plugins/Weather/src/stdafx.h | |
parent | ba06deac7058a716d63803d2840534a6da974231 (diff) |
Weather code cleaning fix reapplied
git-svn-id: http://svn.miranda-ng.org/main/trunk@16621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/stdafx.h')
-rw-r--r-- | plugins/Weather/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index 67eb99d4db..658894e12a 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -414,10 +414,9 @@ void GetID(TCHAR *pszID); TCHAR *GetError(int code);
// functions in weather_data.c
-void GetStationID(MCONTACT hContact, TCHAR* id, size_t idlen);
+void GetStationID(MCONTACT hContact, TCHAR* id, int idlen);
WEATHERINFO LoadWeatherInfo(MCONTACT Change);
int DBGetData(MCONTACT hContact, char *setting, DBVARIANT *dbv);
-int DBGetStaticString(MCONTACT hContact, const char *szModule, const char *valueName, TCHAR *dest, size_t dest_len);
void EraseAllInfo(void);
|