diff options
author | Max Kellermann <max@duempel.org> | 2014-02-06 07:29:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-06 18:37:27 +0100 |
commit | e4322a716c178ffa74bd56542ea6214c4d6845bb (patch) | |
tree | 16f81d41faf5a4b5f7e72aedff5497dc3eb8ccfc /src/input/plugins/NfsInputPlugin.hxx | |
parent | 90886c07603854fe2b46e28890ad88222eea6933 (diff) | |
download | mpd-e4322a716c178ffa74bd56542ea6214c4d6845bb.tar.gz mpd-e4322a716c178ffa74bd56542ea6214c4d6845bb.tar.xz mpd-e4322a716c178ffa74bd56542ea6214c4d6845bb.zip |
input/nfs: new plugin using libnfs
Diffstat (limited to 'src/input/plugins/NfsInputPlugin.hxx')
-rw-r--r-- | src/input/plugins/NfsInputPlugin.hxx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/input/plugins/NfsInputPlugin.hxx b/src/input/plugins/NfsInputPlugin.hxx new file mode 100644 index 000000000..d2cc87549 --- /dev/null +++ b/src/input/plugins/NfsInputPlugin.hxx @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2003-2014 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_NFS_H +#define MPD_INPUT_NFS_H + +extern const struct InputPlugin input_plugin_nfs; + +#endif |