Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > 5314ccd40a73acfc20072eda7f224248 > files > 31

cuetools-debug-1.3.1-7mdv2011.0.i586.rpm

/*
 * cuefile.h -- cue/toc public declarations
 *
 * Copyright (C) 2004, 2005, 2006 Svend Sorensen
 * For license terms, see the file COPYING in this distribution.
 */

#include "cd.h"

enum {CUE, TOC, UNKNOWN};

typedef struct Cue Cue;

Cd *cf_parse (char *fname, int *format);
int cf_print (char *fname, int *format, Cd *cue);
int cf_format_from_suffix (char *fname);