summaryrefslogtreecommitdiff
path: root/src/loot.h
diff options
context:
space:
mode:
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);
};