Mercurial > audlegacy-plugins
view src/demac/apev2.h @ 2182:cc5e9ec110a4
Added initial version of Monkey's Audio plugin
| author | Eugene Zagidullin <e.asphyx@gmail.com> |
|---|---|
| date | Thu, 22 Nov 2007 02:54:06 +0300 |
| parents | |
| 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
