This commit is contained in:
Andrew 2013-07-25 15:20:17 -04:00
parent e6f3f4f948
commit beb0e72a6a

View File

@ -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 {