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

12 lines
226 B
C++

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