Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 18281:c298830e237f
Make sure we still don't allow screen names of the form "1whatever"
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 25 Jun 2007 08:48:04 +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);