view pidgin/win32/IdleTracker/idletrack.h @ 21384:5c26dc790c71

Break creating and removing generic error boxes by account into their own functions.
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 31 Oct 2007 00:57:26 +0000
parents 75ffc646647f
children d93577159f2a
line wrap: on
line source

/*
 * idletrack.h
 */
#include <windows.h>

DWORD winpidgin_get_lastactive(void);
BOOL winpidgin_set_idlehooks(void);
void winpidgin_remove_idlehooks(void);