From 70af4872c9244b07fe5b1ad1773482a82d0b81c8 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 19 Apr 2009 07:10:22 +0200 Subject: [PATCH] Clarification of iso_stream_get_source_path() result --- libisofs/libisofs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index a82c272..58e7da1 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -4078,7 +4078,9 @@ void iso_stream_get_id(IsoStream *stream, unsigned int *fs_id, dev_t *dev_id, /** * Try to get eventual source path string of a stream. Meaning and availability * of this string depends on the stream.class . Expect valid results with - * types "fsrc" and "cout". + * types "fsrc" and "cout". Result formats are + * fsrc: result of file_source_get_path() + * cout: result of file_source_get_path() " " offset " " size * @param stream * The stream to be inquired. * @param flag