diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-22 18:28:59 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-22 18:28:59 +0000 |
commit | 8fceb2db2ea58d7d105194b4e03a80ddd566ad6e (patch) | |
tree | e34c5ea97eb81391c836916feb0a0938f79d4681 /plugins/GmailNotifier/src/gmail.h | |
parent | 2091bf8b8faa00b04515677ddde7cf6817196b59 (diff) |
GMailNotifier:
-Fixed hangup in options (fixes #675)
-Fixed Apply button
-ressource fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier/src/gmail.h')
-rw-r--r-- | plugins/GmailNotifier/src/gmail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/GmailNotifier/src/gmail.h b/plugins/GmailNotifier/src/gmail.h index 4f95173141..67e5eeda85 100644 --- a/plugins/GmailNotifier/src/gmail.h +++ b/plugins/GmailNotifier/src/gmail.h @@ -85,8 +85,8 @@ BOOL GetBrowser(char *); void CheckMailInbox(Account *);
void NotifyUser(Account *);
int OptInit(WPARAM, LPARAM);
-void Check_ThreadFunc(LPVOID);
-void Login_ThreadFunc(LPVOID);
+void Check_ThreadFunc(void *);
+void Login_ThreadFunc(void *);
int OpenBrowser(WPARAM , LPARAM);
int ParsePage(char *, resultLink *);
void DeleteResults(resultLink *);
|