diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-04-16 12:14:02 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-04-16 12:14:02 -0400 |
commit | e42e0f1012229e4473919c738ab7e4bcaff8033a (patch) | |
tree | d4e7d16a4e2ece4b4de1aac1d8075369d8d645a0 /bfs.h | |
parent | 455b724279c1cb4aefc0d2f81b65641990dd7689 (diff) | |
download | bfs-e42e0f1012229e4473919c738ab7e4bcaff8033a.tar.xz |
Implement -X
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ struct cmdline { int optlevel; /** Debugging flags. */ enum debug_flags debug; + /** Whether to only handle paths with xargs-safe characters. */ + bool xargs_safe; /** Whether to ignore deletions that race with bfs. */ bool ignore_races; |