#ifndef _TAGS_H_
	#define _TAGS_H_ 

#include <libid3.h>

unsigned int CreateTagsGUI(ID3 *id3);
	
#endif
