view pidgin/win32/IdleTracker/idletrack.h @ 30028:2b52480439ee

jabber: Ofcourse we should only associate non-ephemeral BoBs, not the other way around...
author Marcus Lundblad <ml@update.uu.se>
date Sun, 21 Mar 2010 19:59:24 +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 */