projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make unregister_task() static.
[paraslash.git]
/
sched.h
diff --git
a/sched.h
b/sched.h
index
86afc6f
..
b92aaff
100644
(file)
--- a/
sched.h
+++ b/
sched.h
@@
-73,7
+73,6
@@
struct task {
extern struct timeval *now;
void register_task(struct task *t);
-void unregister_task(struct task *t);
int schedule(struct sched *s);
char *get_task_list(void);
int kill_task(char *id);