summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-04-08 07:47:37 -0600
committerTavian Barnes <tavianator@tavianator.com>2017-04-08 07:47:37 -0600
commit5b343f3e2515eb1077792564735f7e7c9e4c65e7 (patch)
tree11579021c4e5eeb6f35e1c02206abd070cf2cb9b /bftw.h
parent998ba6f6d119608b0844c0ca735044746ea1fd0f (diff)
downloadbfs-5b343f3e2515eb1077792564735f7e7c9e4c65e7.tar.xz
Move bftw_typeflag converters to util.c
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bftw.h b/bftw.h
index 3bfe2a2..1dd2766 100644
--- a/bftw.h
+++ b/bftw.h
@@ -46,11 +46,6 @@ enum bftw_typeflag {
};
/**
- * Convert a stat() st_mode to a bftw() typeflag.
- */
-enum bftw_typeflag bftw_mode_to_typeflag(mode_t mode);
-
-/**
* Possible visit occurrences.
*/
enum bftw_visit {