diff options
Diffstat (limited to 'func.h')
-rw-r--r-- | func.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ struct FindCommand; struct CommandResult { string shell; + string shellflag; string cmd; unique_ptr<FindCommand> find; string result; |