diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-22 14:42:55 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-22 14:42:55 +0000 |
commit | fe55aaa9b4f0c93acbab6e7205b28e0117ee7145 (patch) | |
tree | 6c8d648962d6afc061749245e5023fae1fca5a62 /plugins/Dropbox/src/dropbox.h | |
parent | e83fad2db3e2a5acea5ddb34a096a68859857a33 (diff) |
Dropbox: account quota to statusmsg
git-svn-id: http://svn.miranda-ng.org/main/trunk@15755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 709ea649fe..d9af25ae73 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -81,7 +81,7 @@ private: static UINT RequestAccessTokenAsync(void *owner, void *param);
// account info
- void RequestAccountInfo();
+ static void __cdecl RequestAccountInfo(void*);
// transfers
void SendFile(const char *path, const char *data, size_t size);
|