view src/win32/IdleTracker/idletrack.h @ 12450:a25babbba950

[gaim-migrate @ 14759] Get rid of a space when showing the idle time in the status text when using the big list. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Dec 2005 18:36:56 +0000
parents fc464a0abccc
children 202ce52b77a9
line wrap: on
line source

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

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