view src/demac/apev2.h @ 3112:0d47d41b39ec

Remove debug g_print; the crasher has been identified.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 03 May 2009 22:47:38 +0100
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