20 #ifndef MPD_ARCHIVE_PLUGIN_HXX
21 #define MPD_ARCHIVE_PLUGIN_HXX
bool(* init)()
optional, set this to nullptr if the archive plugin doesn't have/need one this must false if there is...
void(* finish)()
optional, set this to nullptr if the archive plugin doesn't have/need one
A path name in the native file system character set.
ArchiveFile * archive_file_open(const ArchivePlugin *plugin, Path path)
const char *const * suffixes
suffixes handled by this plugin.