X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=0044ae4f79d3cbde19d9d9dc5630bf048a6a6986;hp=da6f1e75aabfe2ceac26e9d4c7074e243b9829c9;hb=a22e734cd89015a71d0dd7cf895799c440805847;hpb=d56a8447f418cf9046077e743772a416b6f7b826 diff --git a/write.h b/write.h index da6f1e75..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,16 +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. - * - * Perform any preparations needed to write the incoming stream. - * Usually this function just allocates its private data structure and - * stores a pointer to that structure in the ->private data of the - * given parameter. This function must either succeed or terminate the - * process. - */ - void (*open)(struct writer_node *); /** * Prepare the fd sets for select. *