From 5b343f3e2515eb1077792564735f7e7c9e4c65e7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 8 Apr 2017 07:47:37 -0600 Subject: Move bftw_typeflag converters to util.c --- bftw.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bftw.h') diff --git a/bftw.h b/bftw.h index 3bfe2a2..1dd2766 100644 --- a/bftw.h +++ b/bftw.h @@ -45,11 +45,6 @@ enum bftw_typeflag { BFTW_ERROR = 1 << 10, }; -/** - * Convert a stat() st_mode to a bftw() typeflag. - */ -enum bftw_typeflag bftw_mode_to_typeflag(mode_t mode); - /** * Possible visit occurrences. */ -- cgit v1.2.3