summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
commit7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b (patch)
tree5ed8c3c1958138daefd31d035945432d54088f79 /bftw.h
parent51da1abc549a6642a721371427b31f5990959fad (diff)
downloadbfs-7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b.tar.xz
Minor header cleanups
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bftw.h b/bftw.h
index 253c346..77148f1 100644
--- a/bftw.h
+++ b/bftw.h
@@ -92,6 +92,9 @@ struct BFTW {
int at_flags;
};
+/**
+ * Walk actions returned by the bftw() callback.
+ */
enum bftw_action {
/** Keep walking. */
BFTW_CONTINUE,