Mercurial > audlegacy-plugins
view src/demac/apev2.h @ 2507:251336bee085
Cosmetic cleanups, synchronized from XMMS-SID.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 02 Apr 2008 19:53:39 +0300 |
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