#ifndef CFH_IDLE_PROTO #define CFH_IDLE_PROTO extern int idle_time; void have_user_activity(void); void start_idle_check(void); #endif