bring in what was FLAC__seek_table_is_valid()

This commit is contained in:
Josh Coalson
2002-06-05 05:56:41 +00:00
parent 6dc7934c3a
commit 28e08d8fc2
4 changed files with 36 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ namespace FLAC {
void set_point(unsigned index, const ::FLAC__StreamMetaData_SeekPoint &point);
bool insert_point(unsigned index, const ::FLAC__StreamMetaData_SeekPoint &point);
bool delete_point(unsigned index);
bool is_legal() const;
};
class VorbisComment : public Prototype {