1 #ifndef VORBIS_EDIT_FIELD_H
2 #define VORBIS_EDIT_FIELD_H
3 
4 #include "vorbis_file.h"
5 
6 
7 gboolean vorbis_editfld_create_comment(vorbis_file *file);
8 
9 gboolean vorbis_editfld_edit_comment(vorbis_file *file, const char *name);
10 
11 void vorbis_editfld_init(GladeXML *xml);
12 
13 
14 #endif
15