X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=ca50ee05da1c4d0fde86d93f9222ad7d37c0a704;hp=1c9a8c22ae4dabd73a20547c8ce6bc195989e218;hb=101e1fd3252d838458a6ad4015f497818c54c897;hpb=4c6dd71312400fc04b3f0582b23a0cff831ee8fa diff --git a/client.h b/client.h index 1c9a8c22..ca50ee05 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2006 Andre Noll + * Copyright (C) 1997-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -88,9 +88,7 @@ struct private_client_data { int *in_eof; }; -int client_open(struct private_client_data *pcd); void client_close(struct private_client_data *pcd); -int client_parse_config(int argc, char *argv[], - struct private_client_data **pcd_ptr); +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);