mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
work related to moving some file utils into the new file_utils convenience lib
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
|
||||
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);
|
||||
|
||||
FLAC__bool file_utils__generate_oggflacfile(const char *output_filename, unsigned *output_filesize, unsigned length, const FLAC__StreamMetadata *streaminfo, FLAC__StreamMetadata **metadata, unsigned num_metadata);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user