view pidgin/win32/IdleTracker/idletrack.h @ 29343:bf0db10b0e3c

jabber: Don't print the smiley shortcut in the error message when trying to send a too large custom smiley, since the shortcut get substituded in the error message, and I'm not sure we want that...
author Marcus Lundblad <ml@update.uu.se>
date Wed, 03 Feb 2010 21:34:41 +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 */