From af078b4f86cb124778073905b2c28cc2d9b7748b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 4 Dec 2008 22:00:12 +0000 Subject: Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19339 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index e46e193..de2dd3f 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -620,6 +620,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ get_settings_list, + get_codepage_name, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1