From a8bd44b80e4ba645c2c254291ac283fa47b3a01a Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 21 Aug 2007 08:07:29 +0000 Subject: [PATCH] #include for off_t, minor comments --- include/FLAC/metadata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h index a8f3d2bc..f371f96f 100644 --- a/include/FLAC/metadata.h +++ b/include/FLAC/metadata.h @@ -32,6 +32,7 @@ #ifndef FLAC__METADATA_H #define FLAC__METADATA_H +#include /* for off_t */ #include "export.h" #include "callback.h" #include "format.h" @@ -545,7 +546,8 @@ FLAC_API FLAC__bool FLAC__metadata_simple_iterator_get_application_id(FLAC__Meta * \a iterator has been successfully initialized with * FLAC__metadata_simple_iterator_init() * \retval FLAC__StreamMetadata* - * The current metadata block. + * The current metadata block, or \c NULL if there was a memory + * allocation error. */ FLAC_API FLAC__StreamMetadata *FLAC__metadata_simple_iterator_get_block(FLAC__Metadata_SimpleIterator *iterator);