Merge branch 't/periodic_header_optional'
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index da6f1e75aabfe2ceac26e9d4c7074e243b9829c9..0044ae4f79d3cbde19d9d9dc5630bf048a6a6986 100644 (file)
--- a/write.h
+++ b/write.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
  *
  * 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.
         *