summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9544b3851c..1b452bd270 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -89,6 +89,7 @@ void* plugin_get_buffer(size_t *buffer_size);
89#include "tagcache.h" 89#include "tagcache.h"
90#include "viewport.h" 90#include "viewport.h"
91#include "ata_idle_notify.h" 91#include "ata_idle_notify.h"
92#include "settings_list.h"
92 93
93#ifdef HAVE_ALBUMART 94#ifdef HAVE_ALBUMART
94#include "albumart.h" 95#include "albumart.h"
@@ -774,6 +775,7 @@ struct plugin_api {
774 const char *appsversion; 775 const char *appsversion;
775 /* new stuff at the end, sort into place next time 776 /* new stuff at the end, sort into place next time
776 the API gets incompatible */ 777 the API gets incompatible */
778 const struct settings_list* (*get_settings_list)(int*count);
777 779
778}; 780};
779 781