]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter.c
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
[paraslash.git] / filter.c
index 95438779e6aa0c206ec2b07225d3fae1d4a977a5..85d3da7e57270e21ec6897c3086c93397f9b5e31 100644 (file)
--- 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);