view src/demac/apev2.h @ 2626:b7ab90e4235e

remove more #if 0's, add ui_hints
author Tomasz Mon <desowin@gmail.com>
date Thu, 22 May 2008 15:15:31 +0200
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