X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=compress_filter.c;h=f6108c752ab97bb87228ea6cfe118b7003673cd3;hb=042767ce4032ee7bec7df1716411a175259cfbf1;hp=a10e7c3561b030ca9bb63fa6dd2916bcb7a2a173;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136;p=paraslash.git diff --git a/compress_filter.c b/compress_filter.c index a10e7c35..f6108c75 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -150,11 +150,8 @@ void compress_filter_init(struct filter *f) f->open = compress_open; f->close = compress_close; f->pre_select = generic_filter_pre_select; - f->new_post_select = compress_post_select; + f->post_select = compress_post_select; f->parse_config = compress_parse_config; f->free_config = compress_free_config; - f->help = (struct ggo_help) { - .short_help = compress_filter_args_info_help, - .detailed_help = compress_filter_args_info_detailed_help - }; + f->help = (struct ggo_help)DEFINE_GGO_HELP(compress_filter); }