summaryrefslogtreecommitdiff
path: root/ptformat/ptformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ptformat/ptformat.h')
-rw-r--r--ptformat/ptformat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ptformat/ptformat.h b/ptformat/ptformat.h
index 43b4dc1..6fb6ceb 100644
--- a/ptformat/ptformat.h
+++ b/ptformat/ptformat.h
@@ -252,11 +252,6 @@ private:
bool jumpto(uint32_t *currpos, unsigned char *buf, const uint32_t maxoffset, const unsigned char *needle, const uint32_t needlelen);
bool foundin(std::string const& haystack, std::string const& needle);
int64_t foundat(unsigned char *haystack, uint64_t n, const char *needle);
- uint16_t u_endian_read2(unsigned char *buf, bool);
- uint32_t u_endian_read3(unsigned char *buf, bool);
- uint32_t u_endian_read4(unsigned char *buf, bool);
- uint64_t u_endian_read5(unsigned char *buf, bool);
- uint64_t u_endian_read8(unsigned char *buf, bool);
char *parsestring(uint32_t pos);
const std::string get_content_description(uint16_t ctype);