X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=0044ae4f79d3cbde19d9d9dc5630bf048a6a6986;hp=fd0f4f6ba7b42b186eab05efbc5ee61cdf499140;hb=d09716570fc81b71d6ad3d5f543b5f8acf1a5e33;hpb=bb991c66000ea867d0fcbd692ffdc5473eb785fb diff --git a/write.h b/write.h index fd0f4f6b..0044ae4f 100644 --- a/write.h +++ b/write.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. */ @@ -50,14 +50,6 @@ struct writer { * This should free whatever was allocated by \ref parse_config_or_die(). */ void (*free_config)(void *config); - /** - * Open one instance of this writer. - * - * This function should perform any work necessary to write the incoming - * stream. To this aim, it may allocate its private data structure and store - * a pointer to that structure via the given writer_node parameter. - */ - int (*open)(struct writer_node *); /** * Prepare the fd sets for select. *