Improve help/man page of para_write.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 9723977ae4357506ac1c6b64284695577d1e5683..7df62f9f08e68090afe45cb09ec43dde024b7fab 100644 (file)
--- a/write.h
+++ b/write.h
@@ -84,6 +84,7 @@ struct writer {
         * This is a optional function pointer used for cleaning up.
         */
        void (*shutdown)(struct writer_node *);
+       struct ggo_help help;
 };
 
 /**