summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 44eb0dc04c..b907604528 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -363,6 +363,12 @@ static const struct plugin_api rockbox_api = {
363 363
364 /* new stuff at the end, sort into place next time 364 /* new stuff at the end, sort into place next time
365 the API gets incompatible */ 365 the API gets incompatible */
366#ifdef RB_PROFILE
367 profile_thread,
368 profstop,
369 profile_func_enter,
370 profile_func_exit,
371#endif
366 372
367}; 373};
368 374