aboutsummaryrefslogtreecommitdiffstats
path: root/src/tagTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagTracker.h')
-rw-r--r--src/tagTracker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tagTracker.h b/src/tagTracker.h
index fcafde736..7c9740c64 100644
--- a/src/tagTracker.h
+++ b/src/tagTracker.h
@@ -13,4 +13,8 @@ void printMemorySavedByTagTracker();
void sortTagTrackerInfo();
+void resetVisitedFlagsInTagTracker(int type);
+
+int wasVisitedInTagTracker(int type, char * str);
+
#endif