summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 20b438999b..b45b25f7ff 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -840,6 +840,8 @@ static const struct plugin_api rockbox_api = {
840 840
841 /* new stuff at the end, sort into place next time 841 /* new stuff at the end, sort into place next time
842 the API gets incompatible */ 842 the API gets incompatible */
843
844 talk_fullpath,
843}; 845};
844 846
845static int plugin_buffer_handle; 847static int plugin_buffer_handle;