Mercurial > audlegacy-plugins
view src/demac/apev2.h @ 3194:bbf2cd0df6c3
alsa-ng: A gint by any other name...
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Wed, 01 Jul 2009 19:09:13 -0400 |
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