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:

committed by
Eric Wong

parent
7d66859277
commit
28008e6977
@@ -27,7 +27,7 @@ void removeTagItemString(int type, char *string);
|
||||
|
||||
int getNumberOfTagItems(int type);
|
||||
|
||||
void printMemorySavedByTagTracker();
|
||||
void printMemorySavedByTagTracker(void);
|
||||
|
||||
void resetVisitedFlagsInTagTracker(int type);
|
||||
|
||||
|
Reference in New Issue
Block a user