diff options
Diffstat (limited to 'func.h')
| -rw-r--r-- | func.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -41,8 +41,19 @@ FuncInfo* GetFuncInfo(StringPiece name); struct FindCommand; +enum struct CommandOp { + SHELL, + FIND, + READ, + READ_MISSING, + WRITE, + APPEND, +}; + struct CommandResult { + CommandOp op; string shell; + string shellflag; string cmd; unique_ptr<FindCommand> find; string result; |
