summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 6ad495b5a6..f4bb91988a 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -929,7 +929,8 @@ struct plugin_api {
929 /* new stuff at the end, sort into place next time 929 /* new stuff at the end, sort into place next time
930 the API gets incompatible */ 930 the API gets incompatible */
931 bool (*warn_on_pl_erase)(void); 931 bool (*warn_on_pl_erase)(void);
932 932 int (*playlist_insert_playlist)(struct playlist_info* playlist,
933 const char *filename, int position, bool queue);
933}; 934};
934 935
935/* plugin header */ 936/* plugin header */