view src/demac/apev2.h @ 3191:a65f440cbed3

alsa-ng: Fix possible race conditions, sluggish pause and seek.
author John Lindgren <john.lindgren@tds.net>
date Mon, 22 Jun 2009 16:05:57 -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