add undocumented option --apply-replaygain-which-is-not-lossless to flac; required...
[platform/upstream/flac.git] / src / test_libFLAC / file_utils.h
index 5944187..bfcb067 100644 (file)
@@ -1,5 +1,5 @@
 /* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002  Josh Coalson
+ * Copyright (C) 2002,2003  Josh Coalson
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
 
 #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);
+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