view src/demac/apev2.h @ 2195:9773d2c69857

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Jonathan Schleifer <js-audacious@webkeks.org>
date Wed, 28 Nov 2007 18:15:40 +0100
parents cc5e9ec110a4
children dfa3c3aa2dc7
line wrap: on
line source

#ifndef APEV2_H
#define APEV2_H

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

GHashTable* parse_apev2_tag(VFSFile *vfd);

#endif