view pidgin/win32/IdleTracker/idletrack.h @ 24142:fb722b8b4c74

attempts to resend message on switchboard error once, tested by maually disabling switchboard connection on the receiving side I have a feeling that there is a real bug somewhere, but this would at least allow the message to make through (after some delay) References #3330
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 30 Sep 2008 05:52:57 +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 */