]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.h
grab: Implement -n option to specify the name of the btrn.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index a88b3537d9545972234613f6f4eccf01b576350c..8e244517c12f0203db5049ab5c09f8d8b82d84a4 100644 (file)
--- a/write.h
+++ b/write.h
@@ -25,6 +25,7 @@ struct writer_node {
        size_t written;
        struct btr_node *btrn;
        struct task task;
+       size_t min_iqs;
 };
 
 /** Describes one supported writer. */
@@ -45,6 +46,7 @@ struct writer {
         * more than once with different values of \a options.
         */
        void *(*parse_config)(const char *options);
+       void (*free_config)(void *conf);
        /**
         * Open one instance of this writer.
         *