X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=d7f7f8f34cc745a0df5a36ae59b7ff2e5fa4eca6;hp=31f2cc76140daf9aeb60180d0e89ad31f7a01b96;hb=4591d3022ef21b5148a604d1099eacd85570bde0;hpb=b18a5fbb286422395ae52b78dcf0ceb2c3d070c8 diff --git a/client.h b/client.h index 31f2cc76..d7f7f8f3 100644 --- a/client.h +++ b/client.h @@ -79,5 +79,3 @@ struct private_client_data { void client_close(struct private_client_data *pcd); int client_open(int argc, char *argv[], struct private_client_data **pcd_ptr); -void client_pre_select(struct sched *s, struct task *t); -void client_post_select(struct sched *s, struct task *t);