aboutsummaryrefslogblamecommitdiffstats
path: root/src/cue/cue_tag.h
blob: adc4c466e05689f497233ad086a99a4d1e1ea52c (plain) (tree)



















                                    
#ifndef MPD_CUE_TAG_H
#define MPD_CUE_TAG_H

#include "config.h"

#ifdef HAVE_CUE /* libcue */

#include <libcue/libcue.h>
#include "../tag.h"

struct tag*
cue_tag_file(	FILE*,
		const unsigned int);

struct tag*
cue_tag_string(	char*,
		const unsigned int);

#endif /* libcue */
#endif