From 712e52e4386295c6ae9570721c4c91965d747b08 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 26 Oct 2005 16:56:26 +1000 Subject: Use names for output functions in the form dt_to_*() instead of write_dt_*() for consistency with the dt_from_*() input functions. --- treesource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'treesource.c') diff --git a/treesource.c b/treesource.c index 45c039e..e9bbaa5 100644 --- a/treesource.c +++ b/treesource.c @@ -144,7 +144,7 @@ static void write_tree_source_node(FILE *f, struct node *tree, int level) } -void write_tree_source(FILE *f, struct boot_info *bi) +void dt_to_source(FILE *f, struct boot_info *bi) { struct reserve_info *re; -- cgit v1.2.1