#ifndef __IDLE_TRACKING_H #define __IDLE_TRACKING_H // Returns the idle time in milliseconds extern int get_idle_time(); #endif