summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 331650eddc..5054fd21b1 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -258,7 +258,7 @@ static int speed = 6; /* CYCLETIME = (11-speed)*10 ms */
258static int difficulty = 75; /* Percentage of screen that needs to be filled 258static int difficulty = 75; /* Percentage of screen that needs to be filled
259 * in order to win the game */ 259 * in order to win the game */
260 260
261static struct plugin_api *rb; 261static const struct plugin_api *rb;
262 262
263MEM_FUNCTION_WRAPPERS(rb); 263MEM_FUNCTION_WRAPPERS(rb);
264 264
@@ -974,7 +974,7 @@ static int xobox_loop (void)
974} 974}
975 975
976/* plugin main procedure */ 976/* plugin main procedure */
977enum plugin_status plugin_start (struct plugin_api *api, void *parameter) 977enum plugin_status plugin_start (const struct plugin_api *api, const void *parameter)
978{ 978{
979 int ret = PLUGIN_OK; 979 int ret = PLUGIN_OK;
980 980