summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 90b64efa66..a44482d411 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -327,6 +327,10 @@ static const struct plugin_api rockbox_api = {
327 /* new stuff at the end, sort into place next time 327 /* new stuff at the end, sort into place next time
328 the API gets incompatible */ 328 the API gets incompatible */
329 329
330#ifdef ROCKBOX_HAS_LOGF
331 logf,
332#endif
333
330}; 334};
331 335
332#if CONFIG_HWCODEC == MASNONE 336#if CONFIG_HWCODEC == MASNONE