view pidgin/win32/IdleTracker/idletrack.h @ 22692:3d092dd95ec1

Fix for changing silc private key passphrase to or from the empty string, preventing silc toolkit library trying to read from stdin (!)
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 23 Apr 2008 16:36:04 +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 */