From 3ad485b15a51e92a23540429b64e89656555bba6 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 14 Jun 2005 22:27:57 +0000 Subject: Move metadata parsing code from playback.c into metadata.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6714 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 apps/metadata.h (limited to 'apps/metadata.h') diff --git a/apps/metadata.h b/apps/metadata.h new file mode 100644 index 0000000000..79ca2a21a9 --- /dev/null +++ b/apps/metadata.h @@ -0,0 +1,31 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2005 Dave Chapman + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifndef _METADATA_H +#define _METADATA_H + +#include "playback.h" + +int probe_file_format(const char *filename); +bool get_metadata(struct track_info* track, int fd, const char* trackname, + bool v1first); + +#endif + + -- cgit v1.2.3