blob: 6b3049a0f544e08a210df10d3fb7cf7c6ee93892 (
plain) (
tree)
|
|
#ifndef TAG_TRACKER_H
#define TAG_TRACKER_H
#include "tag.h"
char * getTagItemString(int type, char * string);
void removeTagItemString(int type, char * string);
int getNumberOfTagItems(int type);
#endif
|