]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.h
Merge branch 't/kill_udp_cq'
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index fd0f4f6ba7b42b186eab05efbc5ee61cdf499140..d5834b4c436eafae77cb7a086c045c4bf6f0a81b 100644 (file)
--- 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.
         *