view pidgin/win32/IdleTracker/idletrack.h @ 24207:e473291375b4

Apply khc's patch for ADL error 205, with a few changes to get around string freeze. This should allow people to login for this release since I removed the previous workaround. References #6640.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 19 Oct 2008 05:45:16 +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 */