diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-04-09 21:43:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-04-09 21:43:00 +0000 |
commit | df4a8432b2872e78f6ffdcddab6a4b2a95c9770c (patch) | |
tree | fdc8d722f2858a8c1c12d604b575a1014d69ac65 /plugins/Weather/src/stdafx.h | |
parent | 5a8128570b24a6bafc4b7caa0620a895bb971a1c (diff) |
partly reverted last commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@16618 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, 2 insertions, 1 deletions
diff --git a/plugins/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index 658894e12a..67eb99d4db 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -414,9 +414,10 @@ void GetID(TCHAR *pszID); TCHAR *GetError(int code);
// functions in weather_data.c
-void GetStationID(MCONTACT hContact, TCHAR* id, int idlen);
+void GetStationID(MCONTACT hContact, TCHAR* id, size_t 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);
|