view src/win32/IdleTracker/idletrack.h @ 9162:82aa3bc494de

[gaim-migrate @ 9947] I reckon I should add the new file. I even went and updated the win32 Makefile. As a side note, wing's patch stuck it all in yahoo.c, so he should make sure I didn't mess anything up moving it to its own file. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 02 Jun 2004 01:11:23 +0000
parents 516061abad03
children fc464a0abccc
line wrap: on
line source

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

extern DWORD wgaim_get_lastactive();
extern BOOL wgaim_set_idlehooks();
extern void wgaim_remove_idlehooks();