diff options
Diffstat (limited to 'src/stored_playlist.h')
-rw-r--r-- | src/stored_playlist.h | 8 |
1 files changed, 8 insertions, 0 deletions
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. |