From c3afe7c8ea7ccb147e30ccbafbfcdad279d479aa Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 19 Nov 2009 13:26:08 +0100 Subject: make BZ insert small text attachments inline; move text file detection code Run-tested Signed-off-by: Denys Vlasenko --- lib/Utils/DebugDump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Utils/DebugDump.h') diff --git a/lib/Utils/DebugDump.h b/lib/Utils/DebugDump.h index b48a386..d753353 100644 --- a/lib/Utils/DebugDump.h +++ b/lib/Utils/DebugDump.h @@ -72,7 +72,8 @@ class CDebugDump void SaveBinary(const char* pName, const char* pData, unsigned pSize); void InitGetNextFile(); - bool GetNextFile(std::string& pFileName, std::string& pContent, bool& pIsTextFile); + /* Pointers may be NULL */ + bool GetNextFile(std::string *short_name, std::string *full_name); }; #endif /*DEBUGDUMP_H_*/ -- cgit