view src/win32/7zip/7z/CPP/7zip/Archive/Common/FindSignature.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 // FindSignature.h
3 #ifndef __FINDSIGNATURE_H
4 #define __FINDSIGNATURE_H
6 #include "../../IStream.h"
8 HRESULT FindSignatureInStream(ISequentialInStream *stream,
9 const Byte *signature, unsigned signatureSize,
10 const UInt64 *limit, UInt64 &resPos);
12 #endif