4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-02 23:29:32 +00:00
This commit is contained in:
Andrew 2013-07-25 15:20:17 -04:00
parent e6f3f4f948
commit beb0e72a6a

@ -21,8 +21,6 @@ bounded_buffer *readFileToFileBuffer(const char *filePath);
bounded_buffer *splitBuffer(bounded_buffer *b, boost::uint32_t from, boost::uint32_t to);
void deleteBuffer(bounded_buffer *b);
void deleteBuffer(bounded_buffer *b);
struct parsed_pe_internal;
typedef struct _pe_header {