summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/databox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox/databox.c')
-rw-r--r--apps/plugins/databox/databox.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/databox/databox.c b/apps/plugins/databox/databox.c
index ebed139020..2cc78a0b01 100644
--- a/apps/plugins/databox/databox.c
+++ b/apps/plugins/databox/databox.c
@@ -18,6 +18,8 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "databox.h" 19#include "databox.h"
20 20
21PLUGIN_HEADER
22
21/* variable button definitions */ 23/* variable button definitions */
22#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ 24#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
23 (CONFIG_KEYPAD == IRIVER_H300_PAD) 25 (CONFIG_KEYPAD == IRIVER_H300_PAD)
@@ -233,11 +235,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
233{ 235{
234 int button,done=0,abort=0; 236 int button,done=0,abort=0;
235 char filename[100],buf[100]; 237 char filename[100],buf[100];
236 /* this macro should be called as the first thing you do in the plugin.
237 it test that the api version and model the plugin was compiled for
238 matches the machine it is running on */
239 TEST_PLUGIN_API(api);
240
241 /* if you don't use the parameter, you can do like 238 /* if you don't use the parameter, you can do like
242 this to avoid the compiler warning about it */ 239 this to avoid the compiler warning about it */
243 (void)parameter; 240 (void)parameter;