summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-18 11:15:09 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-18 11:15:09 -0500
commit1b6dc5e0a0ef365453abeaf52015d5eeeb6b7ae2 (patch)
treeae44f683ce812a5894c960f59468f04bcebe4d3d /src/loot.h
parentd686a61a7a72a8d4f6e7df7a4136757397cae3ae (diff)
moved things around
Diffstat (limited to 'src/loot.h')
-rw-r--r--src/loot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/loot.h b/src/loot.h
index d0c22236..1f1c4353 100644
--- a/src/loot.h
+++ b/src/loot.h
@@ -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);
};