From 39eff20bd938bae630270a3f06b17f787663826c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 18 May 2018 12:27:35 -0400 Subject: use return codes from fiemap --- lib/extent-map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extent-map.h') diff --git a/lib/extent-map.h b/lib/extent-map.h index 4f873a0..8b5e585 100644 --- a/lib/extent-map.h +++ b/lib/extent-map.h @@ -1,4 +1,4 @@ #include /* for uint32_t */ #include /* for struct fiemap_extent */ -void fiemap(int fd, uint32_t flags, int (*handle_extent)(struct fiemap_extent)); +int fiemap(int fd, uint32_t flags, int (*handle_extent)(struct fiemap_extent)); -- cgit v1.2.3