view src/demac/apev2.h @ 2196:dfa3c3aa2dc7

switched to mowgli_dictionary from GHashTable
author Eugene Zagidullin <e.asphyx@gmail.com>
date Thu, 29 Nov 2007 03:09:13 +0300
parents cc5e9ec110a4
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