aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_stream.h')
-rw-r--r--src/input_stream.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input_stream.h b/src/input_stream.h
index f9cb8dbf..529ed876 100644
--- a/src/input_stream.h
+++ b/src/input_stream.h
@@ -87,6 +87,13 @@ void
input_stream_close(struct input_stream *is);
/**
+ * Update the public attributes. Call before accessing attributes
+ * such as "ready" or "offset".
+ */
+void
+input_stream_update(struct input_stream *is);
+
+/**
* Seeks to the specified position in the stream. This will most
* likely fail if the "seekable" flag is false.
*