X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.h;h=d5834b4c436eafae77cb7a086c045c4bf6f0a81b;hb=877c179023ba45d481e9d89ac82fb0856617587b;hp=da6f1e75aabfe2ceac26e9d4c7074e243b9829c9;hpb=d56a8447f418cf9046077e743772a416b6f7b826;p=paraslash.git diff --git a/write.h b/write.h index da6f1e75..d5834b4c 100644 --- a/write.h +++ b/write.h @@ -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. *