fix -Wconst warnings
[ew: cleaned up the dirty union hack a bit] Signed-off-by: Eric Wong <normalperson@yhbt.net> git-svn-id: https://svn.musicpd.org/mpd/trunk@7180 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:

committed by
Eric Wong

parent
22efbd5eca
commit
6fbdc721d9
@@ -51,9 +51,9 @@ void initMp3Directory(void);
|
||||
|
||||
void closeMp3Directory(void);
|
||||
|
||||
int isRootDirectory(char *name);
|
||||
int isRootDirectory(const char *name);
|
||||
|
||||
int printDirectoryInfo(int fd, char *dirname);
|
||||
int printDirectoryInfo(int fd, const char *dirname);
|
||||
|
||||
int checkDirectoryDB(void);
|
||||
|
||||
|
Reference in New Issue
Block a user