Update ptformat to upstream 72bd66b
[ardour.git] / libs / ptformat / ptfformat.h
index e5f4ed94bdb3fa8f0e99fefcaa40cb35a8bd2742..4d7e7fd6628fdc217214ecbbf992859c9f44db71 100644 (file)
@@ -128,6 +128,7 @@ public:
 
 private:
        bool foundin(std::string haystack, std::string needle);
+       int64_t foundat(unsigned char *haystack, uint64_t n, const char *needle);
        int parse(void);
        bool parse_version();
        uint8_t gen_xor_delta(uint8_t xor_value, uint8_t mul, bool negative);