]> git.tuebingen.mpg.de Git - paraslash.git/commit
buffer_tree: Improve btr_splice_out_node().
authorAndre Noll <maan@systemlinux.org>
Sun, 31 Mar 2013 15:34:50 +0000 (15:34 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 29 Sep 2013 11:00:37 +0000 (13:00 +0200)
commit072391fccbd052334dbd836d451f2be0a74a0685
treeb821bbf9831499639f9f14bbcebeb99fa7c95778
parent74145aabe851ba5b7eff47b650f401f49b5c740d
buffer_tree: Improve btr_splice_out_node().

This changes btr_splice_out_node() to take a pointer to a btrn, just
like btr_remove_node(). This allows to set the variable to NULL after
the node has been spliced out. The callers are updated accordingly.
amp_filter.c
buffer_tree.c
buffer_tree.h
prebuffer_filter.c
wav_filter.c