Re-add rating.
[gmpc.git] / src / preferences.h
blobd10262546d99f84f7de891822b3f7569b0c001e8
1 #ifndef __PREFERENCES_H__
2 #define __PREFERENCES_H__
4 /**
5 * Create the preferences window
6 */
7 void create_preferences_window(void);
9 /**
10 * If a plugin state changed (enabled/disable) this forces the preferences
11 * window to update
12 * the list.
14 void preferences_window_update(void);
15 #endif