]> 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 49e56c38d479f0ef693d9dc91c4894c97867ce7a..8e244517c12f0203db5049ab5c09f8d8b82d84a4 100644 (file)
--- a/write.h
+++ b/write.h
@@ -46,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.
         *