diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-18 11:15:09 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-18 11:15:09 -0500 |
| commit | 1b6dc5e0a0ef365453abeaf52015d5eeeb6b7ae2 (patch) | |
| tree | ae44f683ce812a5894c960f59468f04bcebe4d3d /src/loot.h | |
| parent | d686a61a7a72a8d4f6e7df7a4136757397cae3ae (diff) | |
moved things around
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); }; |
