]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - buffer_tree.h
btr_slice_out_node() cleanup.
[paraslash.git] / buffer_tree.h
index 927d3b6731197bc02260ece8e0cfdea9406d7544..468b10d1d5a5c9ffaf815e14431baa56d6dcfe04 100644 (file)
@@ -16,7 +16,7 @@ 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);
+void btr_splice_out_node(struct btr_node *btrn);
 void btr_pushdown(struct btr_node *btrn);
 void *btr_context(struct btr_node *btrn);
 int btr_merge(struct btr_node *btrn);