diff options
author | Max Kellermann <max@duempel.org> | 2009-12-15 20:26:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-15 20:26:38 +0100 |
commit | 530e480748854f43819c3dd1dbe6418c343b4f64 (patch) | |
tree | 488824927e465de0e55b8d10f6c03389f7deeeab /src/archive_plugin.h | |
parent | 95c3f283ea5a50a344b63af82718ac765229e8da (diff) | |
parent | 9179f108a540dcd27dafeb015778cc4dd873dfe5 (diff) | |
download | mpd-530e480748854f43819c3dd1dbe6418c343b4f64.tar.gz mpd-530e480748854f43819c3dd1dbe6418c343b4f64.tar.xz mpd-530e480748854f43819c3dd1dbe6418c343b4f64.zip |
Merge branch 'v0.15.x'
Conflicts:
src/archive/bz2_plugin.c
src/archive_api.h
src/input/file_input_plugin.c
test/run_input.c
Diffstat (limited to 'src/archive_plugin.h')
-rw-r--r-- | src/archive_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/archive_plugin.h b/src/archive_plugin.h index 92310f01a..df2dcff47 100644 --- a/src/archive_plugin.h +++ b/src/archive_plugin.h @@ -65,6 +65,9 @@ struct archive_plugin { /** * Opens an input_stream of a file within the archive. * + * If this function succeeds, then the #input_stream "owns" + * the archive file and will automatically close it. + * * @param path the path within the archive */ bool (*open_stream)(struct archive_file *, struct input_stream *is, |