pidgin/win32/IdleTracker/idletrack.h@dbcc7d3922f1
pidgin/win32/IdleTracker/idletrack.h
Thu, 29 Jan 2009 03:53:12 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Thu, 29 Jan 2009 03:53:12 +0000
- changeset 25526
- dbcc7d3922f1
- parent 22687
-
3cb9f701d421
- permissions
- -rw-r--r--
merge of 'b2208020cd189baf2070903b0cf1580571d7ac1b'
and 'e3faf9f4a46f03ed95913c4e8dec38383a5da910'
/*
* idletrack.h
*/
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */