aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.h
blob: f7c007fe71b326020096394c8e8c80b29cf5adc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);

void printMemorySavedByTagTracker();

#endif