Modify version string to post-release version 0.17.99
[gmpc-serverstats.git] / src / plugin.h
blobcc3cbb3388bc54571f0c82442e15660e77409e46
1 /* gmpc-serverstats (GMPC plugin)
2 * Copyright (C) 2006-2009 Qball Cow <qball@sarine.nl>
3 * Project homepage: http://gmpcwiki.sarine.nl/
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 #ifndef __SERVERSTATS_PLUGIN_H__
21 #define __SERVERSTATS_PLUGIN_H__
22 void serverstats_set_enabled(int enabled);
23 int serverstats_get_enabled(void);
24 static void serverstats_add(GtkWidget *category_tree);
26 static void serverstats_selected(GtkWidget *container);
28 static void serverstats_unselected(GtkWidget *container);
30 void serverstats_plugin_init(void);
31 void serverstats_connection_changed(MpdObj *mi, int connect,void *userdata);
32 #endif