diff options
author | Max Kellermann <max@duempel.org> | 2013-12-29 00:36:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-29 01:25:27 +0100 |
commit | 5465647c2e2ac71b932f1268a83a00b36fdada82 (patch) | |
tree | 5328b6079df2b185c7570610a3d7e87b7b2b9747 /src/input/SmbclientInputPlugin.hxx | |
parent | a2baeed3290691ced08cf9668b00865fb757698a (diff) | |
download | mpd-5465647c2e2ac71b932f1268a83a00b36fdada82.tar.gz mpd-5465647c2e2ac71b932f1268a83a00b36fdada82.tar.xz mpd-5465647c2e2ac71b932f1268a83a00b36fdada82.zip |
input/smbclient: new input plugin
Diffstat (limited to 'src/input/SmbclientInputPlugin.hxx')
-rw-r--r-- | src/input/SmbclientInputPlugin.hxx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/input/SmbclientInputPlugin.hxx b/src/input/SmbclientInputPlugin.hxx new file mode 100644 index 000000000..7203a01b8 --- /dev/null +++ b/src/input/SmbclientInputPlugin.hxx @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2003-2013 The Music Player Daemon Project + * http://www.musicpd.org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +#ifndef MPD_INPUT_SMBCLIENT_H +#define MPD_INPUT_SMBCLIENT_H + +extern const struct InputPlugin input_plugin_smbclient; + +#endif |