patches from Miroslav for tag editing

This commit is contained in:
Josh Coalson
2002-11-19 06:17:36 +00:00
parent ee3032a09f
commit 160c866bf7
2 changed files with 92 additions and 0 deletions

View File

@@ -22,7 +22,9 @@
#include "export.h"
#include "canonical_tag.h"
#include "FLAC/ordinals.h"
PLUGIN_COMMON_API void FLAC_plugin__vorbiscomment_get(const char *filename, FLAC_Plugin__CanonicalTag *tag);
PLUGIN_COMMON_API FLAC__bool FLAC_plugin__vorbiscomment_set(const char *filename, FLAC_Plugin__CanonicalTag *tag);
#endif