get_args: process /data/cache/command

Change-Id: I744cdc5a72f53fd1224de242e30ff261e6104900
diff --git a/startupArgs.hpp b/startupArgs.hpp
index f01a411..d388f55 100755
--- a/startupArgs.hpp
+++ b/startupArgs.hpp
@@ -45,6 +45,7 @@
 	bool Should_Skip_Decryption();
 	std::string Get_Intent();
 	bool Get_Fastboot_Mode();
+	bool processRecoveryArgs(std::vector<std::string> args, int index);
 
 private:
 	bool SkipDecryption = false;