X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=4a17c10a6aeb9450fadb7671d3f558d3984138a1;hp=ae0a11e33be9e08b8d678b2677896b580ae59b59;hb=c282c836791cedf57c128555af90af37c7c01c05;hpb=fb6d93240bb9c7c3d2c8e1826d722296002fb487 diff --git a/filter.h b/filter.h index ae0a11e3..4a17c10a 100644 --- a/filter.h +++ b/filter.h @@ -191,6 +191,7 @@ struct filter { * argv. On failure, a negative paraslash error code must be returned. */ int (*parse_config)(int argc, char **argv, void **config); + void (*free_config)(void *conf); /** The help texts for this filter. */ struct ggo_help help;