view pidgin/win32/IdleTracker/idletrack.h @ 29885:80e05718db82

Make Pidgin set the exchndl.dll log file to ~/.purple/pidgin.RPT
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 25 Feb 2010 07:09:11 +0000
parents d93577159f2a
children
line wrap: on
line source

/*
 * 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 */