From: Andre Noll <maan@systemlinux.org>
Date: Mon, 31 Mar 2008 11:51:02 +0000 (+0200)
Subject: Export sched_shutdown().
X-Git-Tag: v0.3.2~46
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=550818772a9e260877a9e562c38abac1be94c092;p=paraslash.git

Export sched_shutdown().
---

diff --git a/sched.h b/sched.h
index 36d0769b..c0e597eb 100644
--- a/sched.h
+++ b/sched.h
@@ -80,3 +80,4 @@ void unregister_task(struct task *t);
 int schedule(struct sched *s);
 char *get_task_list(void);
 int kill_task(char *id);
+void sched_shutdown(void);