view pidgin/win32/IdleTracker/idletrack.h @ 24430:c83ee78ecbe7

Fix two warnings introduced by the image patch I committed earlier and make one minor tweak.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 23 Nov 2008 06:19:09 +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 */