diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-01-08 21:39:21 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-01-08 21:39:21 -0500 |
commit | 7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b (patch) | |
tree | 5ed8c3c1958138daefd31d035945432d54088f79 /bftw.h | |
parent | 51da1abc549a6642a721371427b31f5990959fad (diff) | |
download | bfs-7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b.tar.xz |
Minor header cleanups
Diffstat (limited to 'bftw.h')
-rw-r--r-- | bftw.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,9 @@ struct BFTW { int at_flags; }; +/** + * Walk actions returned by the bftw() callback. + */ enum bftw_action { /** Keep walking. */ BFTW_CONTINUE, |