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:
@@ -21,10 +21,6 @@
|
||||
|
||||
#include "FLAC/format.h"
|
||||
|
||||
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_flacfile(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