Re-add rating.
[gmpc.git] / src / internal-plugins.h
bloba0940ac97a1d577e0b7ca540af0d8a5d2d67f012
1 #ifndef __INTERNAL_PLUGINS_H__
2 #define __INTERNAL_PLUGINS_H__
4 extern gmpcPlugin connection_plug;
5 extern gmpcPlugin playlist_plug;
6 extern gmpcPlugin cover_art_plug;
7 extern gmpcPlugin tray_icon2_plug;
8 extern gmpcPlugin proxyplug;
9 extern gmpcPlugin playlist_editor_plugin;
10 extern gmpcPlugin statistics_plugin;
11 extern gmpcPlugin extraplaylist_plugin;
13 #ifdef HAVE_LIBNOTIFY
14 extern gmpcPlugin libnotify_plugin;
15 #endif
17 #endif