X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=write.h;h=d5834b4c436eafae77cb7a086c045c4bf6f0a81b;hb=caefd3352fe7a5c22e4e5ca48ca99017e55286ba;hp=fd0f4f6ba7b42b186eab05efbc5ee61cdf499140;hpb=bb991c66000ea867d0fcbd692ffdc5473eb785fb;p=paraslash.git diff --git a/write.h b/write.h index fd0f4f6b..d5834b4c 100644 --- a/write.h +++ b/write.h @@ -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. *