From 1e13f3671739e98f4e6d8531b9b22c93d24589f8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 18 May 2018 12:51:36 -0400 Subject: pull strextentflags in to a function --- lib/extent-map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/extent-map.h') diff --git a/lib/extent-map.h b/lib/extent-map.h index 8b5e585..22ba483 100644 --- a/lib/extent-map.h +++ b/lib/extent-map.h @@ -2,3 +2,4 @@ #include /* for struct fiemap_extent */ int fiemap(int fd, uint32_t flags, int (*handle_extent)(struct fiemap_extent)); +char *strextentflags(uint32_t flags); -- cgit v1.2.3