From adcb4d8cb7ee3ace4f0ee4a8ee8968b744db56b0 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Mon, 25 Sep 2017 10:51:56 -0400 Subject: ADB Backup: Fix gzip backup and restore Change-Id: I92821c7053089d130a5ab73fa36aec486da77bf1 --- adbbu/libtwadbbu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adbbu/libtwadbbu.hpp') diff --git a/adbbu/libtwadbbu.hpp b/adbbu/libtwadbbu.hpp index ff9a3eb7f..9244bb54d 100644 --- a/adbbu/libtwadbbu.hpp +++ b/adbbu/libtwadbbu.hpp @@ -33,7 +33,6 @@ #include #include "twadbstream.h" -#include "twrpback.hpp" class twadbbu { public: @@ -46,6 +45,7 @@ public: static bool Write_TWEOF(); //Write ADB End-Of-File marker to stream static bool Write_TWERROR(); //Write error message occurred to stream static bool Write_TWENDADB(); //Write ADB End-Of-Stream command to stream + static bool Write_TWDATA(FILE* adbd_fp); //Write TWDATA separator }; #endif //__LIBTWADBBU_HPP -- cgit v1.2.3