diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-26 23:30:30 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-26 23:30:30 +0000 |
| commit | a363035d9f23fe3f68e28bb8d32b339036576b0e (patch) | |
| tree | b9b78633c11d54b6a476abac92538a171278e4b1 /apps/plugin.c | |
| parent | a6880a4f7337fa24b782f31119f0399715995109 (diff) | |
| download | rockbox-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.c | 1 |
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) |