summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-26 23:30:30 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-26 23:30:30 +0000
commita363035d9f23fe3f68e28bb8d32b339036576b0e (patch)
treeb9b78633c11d54b6a476abac92538a171278e4b1 /apps/plugin.c
parenta6880a4f7337fa24b782f31119f0399715995109 (diff)
downloadrockbox-a363035d9f23fe3f68e28bb8d32b339036576b0e.zip
rockbox-a363035d9f23fe3f68e28bb8d32b339036576b0e.tar.gz
rockbox-a363035d9f23fe3f68e28bb8d32b339036576b0e.tar.bz2
rockbox-a363035d9f23fe3f68e28bb8d32b339036576b0e.tar.xz
Added default_event_handler() to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4953 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7e5f486..413caf8 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -257,6 +257,7 @@ static const struct plugin_api rockbox_api = {
button_clear_queue,
strncpy,
strcasecmp,
+ default_event_handler
};
int plugin_load(char* plugin, void* parameter)