From 1a59afa388874a2ceadcef2644fa9e08f0a9b828 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jan 2009 13:53:16 +0100 Subject: stored_playlist: moved configuration variables from playlist.c Don't declare and export variables specific to stored playlists in playlist.c/playlist.h. --- src/stored_playlist.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/stored_playlist.h') diff --git a/src/stored_playlist.h b/src/stored_playlist.h index 26dd163a1..40372d376 100644 --- a/src/stored_playlist.h +++ b/src/stored_playlist.h @@ -32,6 +32,14 @@ struct stored_playlist_info { time_t mtime; }; +extern bool playlist_saveAbsolutePaths; + +/** + * Perform some global initialization, e.g. load configuration values. + */ +void +spl_global_init(void); + /** * Returns a list of stored_playlist_info struct pointers. Returns * NULL if an error occured. -- cgit v1.2.3