2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2012-08-07 22:57:18 +02:00
|
|
|
|
|
|
|
#ifndef MPD_DATABASE_QUEUE_HXX
|
|
|
|
#define MPD_DATABASE_QUEUE_HXX
|
|
|
|
|
2013-01-07 10:59:56 +01:00
|
|
|
struct Partition;
|
2013-01-07 11:33:00 +01:00
|
|
|
struct DatabaseSelection;
|
2012-08-07 22:57:18 +02:00
|
|
|
|
2016-10-29 10:21:57 +02:00
|
|
|
void
|
|
|
|
AddFromDatabase(Partition &partition, const DatabaseSelection &selection);
|
2012-08-07 22:57:18 +02:00
|
|
|
|
|
|
|
#endif
|