From c7f9ca4067f26ba3d0471d50ed3f06b047171b50 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 13 Jun 2007 15:35:07 +0000 Subject: Accept FS#7264 'Build with -Os switch for coldfire targets'. Introduces MEM_FUNCTION_WRAPPERS(api) macro which adds wrappers functions to a plugin to make plugins link correctly when gcc calls mem* functions directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13625 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mp3_playback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/mp3_playback.h') diff --git a/firmware/export/mp3_playback.h b/firmware/export/mp3_playback.h index 772eafe971..d766608aec 100644 --- a/firmware/export/mp3_playback.h +++ b/firmware/export/mp3_playback.h @@ -39,7 +39,7 @@ void demand_irq_enable(bool on); /* new functions, exported to plugin API */ void mp3_play_init(void); void mp3_play_data(const unsigned char* start, int size, - void (*get_more)(unsigned char** start, int* size) /* callback fn */ + void (*get_more)(unsigned char** start, size_t* size) /* callback fn */ ); void mp3_play_pause(bool play); bool mp3_pause_done(void); -- cgit v1.2.3