X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter.c;h=85d3da7e57270e21ec6897c3086c93397f9b5e31;hb=e3a7e12639c34fd86d48a072beb48add8c498d09;hp=95438779e6aa0c206ec2b07225d3fae1d4a977a5;hpb=fdd8a22e1df57a8c9254e7d0074301e7dde2c557;p=paraslash.git diff --git a/filter.c b/filter.c index 95438779..85d3da7e 100644 --- a/filter.c +++ b/filter.c @@ -137,8 +137,8 @@ int main(int argc, char *argv[]) EMBRACE(.name = name, .parent = parent, .handler = f->execute, .context = fn)); ti.name = name; - ti.pre_select = f->pre_select; - ti.post_select = f->post_select; + ti.pre_monitor = f->pre_monitor; + ti.post_monitor = f->post_monitor; ti.context = fn; if (f->open) f->open(fn);