From 33001cb4f00a52c0d8ea9ba695f7d310eefd9901 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 18 Jun 2005 19:19:12 +0000 Subject: Add logf to the plugin interface (use the LOGF macro) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6749 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 90b64ef..a44482d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -327,6 +327,10 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ +#ifdef ROCKBOX_HAS_LOGF + logf, +#endif + }; #if CONFIG_HWCODEC == MASNONE -- cgit v1.1