view pidgin/win32/IdleTracker/idletrack.h @ 16261:f1c2ff731fd9

Fix use before initialization and use after freeing (This is still not being used, but I figured I'd fix the stuff that I noticed).
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Apr 2007 13:32:48 +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);