X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=e018c2fe9d0c35d2431b96967f97eb69f8ea0238;hp=1da5a220aa8b5f52c2b31685a985cf58997a5e4a;hb=a22e734cd89015a71d0dd7cf895799c440805847;hpb=7ff087268774d4bb7838a8575d2d9471ab52a27d diff --git a/sched.h b/sched.h index 1da5a220..e018c2fe 100644 --- a/sched.h +++ b/sched.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -77,7 +77,6 @@ extern struct timeval *now; void register_task(struct task *t); int schedule(struct sched *s); char *get_task_list(void); -int kill_task(char *id); void sched_shutdown(void); void sched_min_delay(struct sched *s); void sched_request_timeout(struct timeval *to, struct sched *s);