From d98081f1737800bcd5b4d12f9519404635720a62 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 6 Apr 2009 09:56:26 +0200 Subject: [PATCH] (Forgot to store libisofs.h before rev 514) --- libisofs/libisofs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 6069ec4..d3e58d8 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -2859,6 +2859,8 @@ dev_t iso_special_get_dev(IsoSpecial *special); /** * Get the IsoStream that represents the contents of the given IsoFile. + * The stream may be a filter stream which itself get its input from a + * further stream. This may be inwuired by iso_stream_get_input_stream(). * * If you iso_stream_open() the stream, iso_stream_close() it before * image generation begins.