aboutsummaryrefslogblamecommitdiffstats
path: root/src/cue/cue_tag.h
blob: 0168b75379283e718e1c0f6ab9ff5b4c142b0653 (plain) (tree)
1
2
3
4
5
6
7
8
9


                     
                  


                            
                  
 
           
 

                                        
 

                                         


                   
#ifndef MPD_CUE_TAG_H
#define MPD_CUE_TAG_H

#include "check.h"

#ifdef HAVE_CUE /* libcue */

#include <stdio.h>

struct tag;

struct tag *
cue_tag_file(FILE *file, unsigned tnum);

struct tag *
cue_tag_string(char *str, unsigned tnum);

#endif /* libcue */
#endif