summaryrefslogtreecommitdiff
path: root/treesource.c
diff options
context:
space:
mode:
authorDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:56:26 +1000
committerDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:56:26 +1000
commit712e52e4386295c6ae9570721c4c91965d747b08 (patch)
tree13bd631affa744ee7adb8e0c0fc488217bcf7660 /treesource.c
parentf040d95b847c4f7d1fa4c3c6309127b8c1ffd8b3 (diff)
downloaddtc-712e52e4386295c6ae9570721c4c91965d747b08.tar.gz
Use names for output functions in the form dt_to_*() instead of
write_dt_*() for consistency with the dt_from_*() input functions.
Diffstat (limited to 'treesource.c')
-rw-r--r--treesource.c2
1 files changed, 1 insertions, 1 deletions
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;