| 22686:d41016d7812d | 22687:3cb9f701d421 |
|---|---|
| 1 /* | 1 /* |
| 2 * idletrack.h | 2 * idletrack.h |
| 3 */ | 3 */ |
| 4 #include <windows.h> | 4 #include <windows.h> |
| 5 | 5 |
| 6 #ifdef __cplusplus | |
| 7 extern "C" { | |
| 8 #endif /* __cplusplus */ | |
| 9 | |
| 6 DWORD winpidgin_get_lastactive(void); | 10 DWORD winpidgin_get_lastactive(void); |
| 7 BOOL winpidgin_set_idlehooks(void); | 11 BOOL winpidgin_set_idlehooks(void); |
| 8 void winpidgin_remove_idlehooks(void); | 12 void winpidgin_remove_idlehooks(void); |
| 13 | |
| 14 #ifdef __cplusplus | |
| 15 } | |
| 16 #endif /* __cplusplus */ |