Mercurial > audlegacy-plugins
view src/demac/apev2.h @ 2691:1d2596522075
Combine about.c and init.c to OSS.c
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 06 Jun 2008 14:41:31 +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