Move struct senders[] from server.c to vss.c.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 86afc6fca3ed48defaaf164e929164d77a2d56fc..b92aaff75bd8554069145e70a1fe0db3274c4905 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);