aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagTracker.h')
-rw-r--r--src/tagTracker.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tagTracker.h b/src/tagTracker.h
new file mode 100644
index 000000000..c30185e2b
--- /dev/null
+++ b/src/tagTracker.h
@@ -0,0 +1,10 @@
+#ifndef TAG_TRACKER_H
+#define TAG_TRACKER_H
+
+#include "tag.h"
+
+char * getTagItemString(int type, char * string);
+
+void removeTagItemString(int type, char * string);
+
+#endif