diff options
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 *);
|