decoder/dsdlib: move API documentation to header

This commit is contained in:
Max Kellermann 2013-10-28 23:26:16 +01:00
parent fd3dc7e5fb
commit 5b0d6a59cf
2 changed files with 4 additions and 5 deletions

View File

@ -116,11 +116,6 @@ dsdlib_skip(Decoder *decoder, InputStream &is,
return true;
}
/**
* Add tags from ID3 tag. All tags commonly found in the ID3 tags of
* DSF and DSDIFF files are imported
*/
#ifdef HAVE_ID3TAG
void
dsdlib_tag_id3(InputStream &is,

View File

@ -47,6 +47,10 @@ bool
dsdlib_skip(Decoder *decoder, InputStream &is,
int64_t delta);
/**
* Add tags from ID3 tag. All tags commonly found in the ID3 tags of
* DSF and DSDIFF files are imported
*/
void
dsdlib_tag_id3(InputStream &is,
const struct tag_handler *handler,