X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=d9a8b59095f278c76b82e520ec4f72ff51c14010;hp=0eb2ae715652af243dc3f02b200d3e27012fd3b7;hb=14f817d233309fe9ca2580fa8e4b78fd823b9ab9;hpb=24495e62d3896d98d6c27f9665edfe6492ddd757 diff --git a/write_common.h b/write_common.h index 0eb2ae71..d9a8b590 100644 --- a/write_common.h +++ b/write_common.h @@ -24,5 +24,5 @@ void wng_close(struct writer_node_group *g); struct writer_node_group *wng_new(unsigned num_writers); void wng_destroy(struct writer_node_group *g); void init_supported_writers(void); -int check_writer_arg(const char *arg); +void *check_writer_arg(char *wa, int *writer_num); struct writer_node_group *setup_default_wng(void);