Files
mpd/src/storage/plugins/SmbclientStorage.hxx
2023-03-06 14:59:48 +01:00

12 lines
244 B
C++

// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright The Music Player Daemon Project
#ifndef MPD_STORAGE_SMBCLIENT_HXX
#define MPD_STORAGE_SMBCLIENT_HXX
struct StoragePlugin;
extern const StoragePlugin smbclient_storage_plugin;
#endif