view pidgin/win32/IdleTracker/idletrack.h @ 22253:f5d132f52f2a

Add the list of certificates in Pidgin's certificate manager to a scrolled window
author Mark Doliner <mark@kingant.net>
date Sun, 03 Feb 2008 10:07:57 +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);