summaryrefslogtreecommitdiffstats
path: root/adbbu/libtwadbbu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adbbu/libtwadbbu.hpp')
-rw-r--r--adbbu/libtwadbbu.hpp2
1 files changed, 1 insertions, 1 deletions
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 <sstream>
#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