Lots of cleanups to fvwm-menu-desktop
[fvwm.git] / fvwm / schedule.h
blob400f7fa3cb812486af230647f89c3872950da854
1 /* -*-c-*- */
3 #ifndef SCHEDULE_H
4 #define SCHEDULE_H
6 void squeue_execute(void);
7 int squeue_get_next_ms(void);
8 int squeue_get_next_id(void);
9 int squeue_get_last_id(void);
11 #endif /* SCHEDULE_H */