aboutsummaryrefslogtreecommitdiff
path: root/src/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams.h')
-rw-r--r--src/streams.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/streams.h b/src/streams.h
index bc04a2babd..57fc600646 100644
--- a/src/streams.h
+++ b/src/streams.h
@@ -435,6 +435,9 @@ public:
/** Implementation detail, only used internally. */
std::size_t detail_fread(Span<std::byte> dst);
+ void seek(int64_t offset, int origin);
+ int64_t tell();
+
//
// Stream subset
//