aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist.h')
-rw-r--r--src/playlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/playlist.h b/src/playlist.h
index 137475afb..a4b40f6e0 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -75,12 +75,14 @@ void savePlaylistState(FILE *);
void clearPlaylist(void);
+#ifndef WIN32
/**
* Appends a local file (outside the music database) to the playlist,
* but only if the file's owner is equal to the specified uid.
*/
enum playlist_result
playlist_append_file(const char *path, int uid, unsigned *added_id);
+#endif
enum playlist_result addToPlaylist(const char *file, unsigned *added_id);