From 7dd1624a7dcbe8e7600de78d1d0c09274bbd30ae Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 14 May 2021 01:11:08 +0200 Subject: layout: Tidy up the include-args API Move all forward declarations into `layout.h`, use consistent naming. Change-Id: I0e87c9d91b9bc4d78f9cee98caff6985803f7be7 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/54287 Reviewed-by: Angel Pons Reviewed-by: Anastasia Klimchuk Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout.c') diff --git a/layout.c b/layout.c index a043d2167..e688f794a 100644 --- a/layout.c +++ b/layout.c @@ -274,7 +274,7 @@ int included_regions_overlap(const struct flashrom_layout *const l) return overlap_detected; } -void layout_cleanup(struct layout_include_args **args) +void cleanup_include_args(struct layout_include_args **args) { struct layout_include_args *tmp; -- cgit v1.2.3