From 1b6dc5e0a0ef365453abeaf52015d5eeeb6b7ae2 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 18 Nov 2019 11:15:09 -0500 Subject: moved things around --- src/loot.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/loot.h') 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); }; -- cgit v1.3.1