diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-04 18:30:02 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-04 18:30:02 +0000 |
commit | 907045128b7dae896d45a40319eb86007df3e36b (patch) | |
tree | 9a4607f3cfcc2e18c7e1dc26e2cb4951b7be289b /plugins/NewXstatusNotify/src/xstatus.h | |
parent | 875f740e2a9efe878337e27849aa3b1fdddcc503 (diff) |
fix for the broken timer (patch by zaltys) (fixes #250)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3885 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/xstatus.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/xstatus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/xstatus.h b/plugins/NewXstatusNotify/src/xstatus.h index 4e7aabc9a0..dd2fed81c5 100644 --- a/plugins/NewXstatusNotify/src/xstatus.h +++ b/plugins/NewXstatusNotify/src/xstatus.h @@ -101,6 +101,5 @@ XSTATUSCHANGE *NewXSC(HANDLE hContact, char *szProto, int xstatusType, int actio void ExtraStatusChanged(XSTATUSCHANGE *xsc);
void FreeXSC(XSTATUSCHANGE *xsc);
int OnWindowEvent(WPARAM wParam, LPARAM lParam);
-BOOL TimeoutCheck();
#endif
\ No newline at end of file |