fixed invalid C prototypes

Signed-off-by: Eric Wong <normalperson@yhbt.net>

git-svn-id: https://svn.musicpd.org/mpd/trunk@7142 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Max Kellermann
2008-01-26 12:46:09 +00:00
committed by Eric Wong
parent 7d66859277
commit 28008e6977
7 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ void removeTagItemString(int type, char *string);
int getNumberOfTagItems(int type);
void printMemorySavedByTagTracker();
void printMemorySavedByTagTracker(void);
void resetVisitedFlagsInTagTracker(int type);