song: don't export newNullSong()
The function newNullSong() is only used internally in song.c.
This commit is contained in:
parent
a208d654b3
commit
031522060a
@ -33,7 +33,7 @@
|
||||
|
||||
#include "os_compat.h"
|
||||
|
||||
Song *newNullSong(void)
|
||||
static Song *newNullSong(void)
|
||||
{
|
||||
Song *song = xmalloc(sizeof(Song));
|
||||
|
||||
|
@ -43,8 +43,6 @@ typedef struct _Song {
|
||||
|
||||
typedef List SongList;
|
||||
|
||||
Song *newNullSong(void);
|
||||
|
||||
Song *newSong(const char *url, int songType, struct _Directory *parentDir);
|
||||
|
||||
void freeSong(Song *);
|
||||
|
Loading…
Reference in New Issue
Block a user