summaryrefslogtreecommitdiff
path: root/include/FLAC/metadata.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-08-21 08:07:29 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-08-21 08:07:29 +0000
commita8bd44b80e4ba645c2c254291ac283fa47b3a01a (patch)
treeea3e5bea71ad7778ee20932896582d9f81471beb /include/FLAC/metadata.h
parentf178b143238fd8fd34f38e2f0d8bddeca4de530f (diff)
downloadflac-a8bd44b80e4ba645c2c254291ac283fa47b3a01a.tar.gz
#include for off_t, minor comments
Diffstat (limited to 'include/FLAC/metadata.h')
-rw-r--r--include/FLAC/metadata.h4
1 files changed, 3 insertions, 1 deletions
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 <stdio.h> /* 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);