fs/DirectoryReader: use C++ exceptions instead of class Error

This commit is contained in:
Max Kellermann
2015-12-29 12:41:45 +01:00
parent 826a654c95
commit f3503e0026
12 changed files with 79 additions and 76 deletions

View File

@@ -50,11 +50,10 @@ AllocatedPath
spl_map_to_fs(const char *name_utf8);
/**
* Returns a list of stored_playlist_info struct pointers. Returns
* nullptr if an error occurred.
* Returns a list of stored_playlist_info struct pointers.
*/
PlaylistVector
ListPlaylistFiles(Error &error);
ListPlaylistFiles();
PlaylistFileContents
LoadPlaylistFile(const char *utf8path);