Mercurial > audlegacy-plugins
view src/demac/apev2.h @ 3201:abe1b3195d6b
adapted header directory to audlegacy.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 18 Aug 2009 17:30:24 +0900 |
parents | ed6c81bd9016 |
children |
line wrap: on
line source
#ifndef APEV2_H #define APEV2_H #include <mowgli.h> mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd); gboolean write_apev2_tag(VFSFile *vfd, mowgli_dictionary_t *tag); #endif