From e42e0f1012229e4473919c738ab7e4bcaff8033a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 16 Apr 2017 12:14:02 -0400 Subject: Implement -X --- bfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index 53c8b1e..191cb9e 100644 --- a/bfs.h +++ b/bfs.h @@ -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; -- cgit v1.2.3