2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2009-01-29 21:42:10 +01:00
|
|
|
|
|
|
|
#ifndef INPUT_MMS_H
|
|
|
|
#define INPUT_MMS_H
|
|
|
|
|
2013-10-17 10:20:57 +02:00
|
|
|
extern const struct InputPlugin input_plugin_mms;
|
2009-01-29 21:42:10 +01:00
|
|
|
|
|
|
|
#endif
|