add support for serial number in Ogg streams

This commit is contained in:
Josh Coalson
2002-09-04 07:52:58 +00:00
parent eda534f27f
commit 8304c8fdac
25 changed files with 168 additions and 28 deletions

View File

@@ -21,6 +21,8 @@
#include "FLAC/format.h"
extern const long file_utils__serial_number;
FLAC__bool file_utils__change_stats(const char *filename, FLAC__bool read_only);
FLAC__bool file_utils__remove_file(const char *filename);