Mercurial > pidgin.yaz
view pidgin/win32/IdleTracker/idletrack.h @ 18085:afd96f97c50a
Get rid of a little compile error
gntstyle.c: In function 'gnt_style_read_workspaces':
gntstyle.c:134: error: implicit declaration of function 'calloc'
gntstyle.c:134: warning: incompatible implicit declaration of built-in function 'calloc'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 11 Jun 2007 07:29:56 +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);