X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.h;h=8e244517c12f0203db5049ab5c09f8d8b82d84a4;hb=3bb5d9c5f7e30c5b4d2216171ee9aff1389d70ae;hp=49e56c38d479f0ef693d9dc91c4894c97867ce7a;hpb=03683166610b241183b3cdb311069c96144fa53e;p=paraslash.git diff --git a/write.h b/write.h index 49e56c38..8e244517 100644 --- 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. *