Refactoring

This commit is contained in:
Oleg Korshul
2023-11-22 21:49:13 +03:00
parent 5e13f2c7ce
commit 4988c1853e
7 changed files with 3600 additions and 3581 deletions

View File

@ -95,6 +95,7 @@ public:
bool isHtmlFormatFile(unsigned char* pBuffer, int dwBytes, bool testCloseTag);
bool isMultiPartsHtmlFormatFile(unsigned char* pBuffer, int dwBytes);
bool isPdfFormatFile(unsigned char* pBuffer, int dwBytes, std::wstring& documentID);
bool isPdfOformFormatFile(unsigned char* pBuffer, int dwBytes);
bool isOpenOfficeFlatFormatFile(unsigned char* pBuffer, int dwBytes);
bool isBinaryDoctFormatFile(unsigned char* pBuffer, int dwBytes);