diff options
Diffstat (limited to 'src/loot.h')
| -rw-r--r-- | src/loot.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,8 +37,10 @@ private: std::string readFromPipe(); - void processLOOTOut(const std::string &lootOut); void lootThread(); + bool waitForCompletion(); + void processOutputFile(); + void processStdout(const std::string &lootOut); }; |
