12 lines
244 B
C++
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
|