From 368e89e3bc88446c8fac3d5cfca266061f4e77fb Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Fri, 22 Oct 2010 12:50:14 +0000 Subject: simplify rockbox_browse a bit and reuse buffer. use const for argument of set_current_file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28328 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index faea847..56e0bfc 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -831,7 +831,7 @@ struct plugin_api { #endif int (*show_logo)(void); struct tree_context* (*tree_get_context)(void); - void (*set_current_file)(char* path); + void (*set_current_file)(const char* path); void (*set_dirfilter)(int l_dirfilter); #ifdef HAVE_WHEEL_POSITION -- cgit v1.1