Blame src/test_libFLAC/metadata.h

Packit 8f7830
/* test_libFLAC - Unit tester for libFLAC
Packit 8f7830
 * Copyright (C) 2002-2009  Josh Coalson
Packit 8f7830
 * Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
 *
Packit 8f7830
 * This program is free software; you can redistribute it and/or
Packit 8f7830
 * modify it under the terms of the GNU General Public License
Packit 8f7830
 * as published by the Free Software Foundation; either version 2
Packit 8f7830
 * of the License, or (at your option) any later version.
Packit 8f7830
 *
Packit 8f7830
 * This program is distributed in the hope that it will be useful,
Packit 8f7830
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 8f7830
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 8f7830
 * GNU General Public License for more details.
Packit 8f7830
 *
Packit 8f7830
 * You should have received a copy of the GNU General Public License along
Packit 8f7830
 * with this program; if not, write to the Free Software Foundation, Inc.,
Packit 8f7830
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Packit 8f7830
 */
Packit 8f7830
Packit 8f7830
#ifndef FLAC__TEST_LIBFLAC_METADATA_H
Packit 8f7830
#define FLAC__TEST_LIBFLAC_METADATA_H
Packit 8f7830
Packit 8f7830
#include "FLAC/ordinals.h"
Packit 8f7830
Packit 8f7830
FLAC__bool test_metadata(void);
Packit 8f7830
FLAC__bool test_metadata_file_manipulation(void);
Packit 8f7830
FLAC__bool test_metadata_object(void);
Packit 8f7830
Packit 8f7830
#endif