diff options
Diffstat (limited to 'src/tagTracker.h')
-rw-r--r-- | src/tagTracker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tagTracker.h b/src/tagTracker.h index 6b3049a0f..f7c007fe7 100644 --- a/src/tagTracker.h +++ b/src/tagTracker.h @@ -9,4 +9,6 @@ void removeTagItemString(int type, char * string); int getNumberOfTagItems(int type); +void printMemorySavedByTagTracker(); + #endif |