view src/demac/apev2.h @ 2197:c8d558dab2a7

debugging stuff added...
author Eugene Zagidullin <e.asphyx@gmail.com>
date Thu, 29 Nov 2007 03:47:05 +0300
parents dfa3c3aa2dc7
children 8b3c2fe608c9
line wrap: on
line source

#ifndef APEV2_H
#define APEV2_H

#include <mowgli.h>
#include <audacious/vfs.h>

mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd);

#endif