Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
a8bd44b8
Commit
a8bd44b8
authored
Aug 21, 2007
by
Josh Coalson
Browse files
#include for off_t, minor comments
parent
f178b143
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/FLAC/metadata.h
View file @
a8bd44b8
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment