]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - buffer_tree.c
stdin.c: btr preparations.
[paraslash.git] / buffer_tree.c
index 1046460d1d1c56dd424b0cc9a7a3e33c76857188..1ca4a1536cdd452116303bbf43f7f24de4ef9c42 100644 (file)
@@ -124,7 +124,7 @@ void btr_pushdown(struct btr_node *btrn)
 }
 
 /* Return true if this node has no children. */
-bool btr_is_leaf_node(struct btr_node *btrn)
+bool btr_no_children(struct btr_node *btrn)
 {
        return list_empty(&btrn->children);
 }