]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - buffer_tree.h
buffer_tree: Add code to splice out a node of the buffer tree.
[paraslash.git] / buffer_tree.h
index c84a93058e575ed6a8fdbc79c49160b2d0271985..69886c7932b8c1f96ca59b7a6418ffe519e593fd 100644 (file)
@@ -15,3 +15,4 @@ size_t btr_next_buffer(struct btr_node *btrn, char **bufp);
 void btr_consume(struct btr_node *btrn, size_t numbytes);
 int btr_exec(struct btr_node *btrn, const char *command, char **value_result);
 int btr_exec_up(struct btr_node *btrn, const char *command, char **value_result);
+int btr_splice_out_node(struct btr_node *btrn);