repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Lots of cleanups to fvwm-menu-desktop
[fvwm.git]
/
fvwm
/
schedule.h
blob
400f7fa3cb812486af230647f89c3872950da854
1
/* -*-c-*- */
2
3
#ifndef SCHEDULE_H
4
#define SCHEDULE_H
5
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
);
10
11
#endif
/* SCHEDULE_H */