mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
revert plugin_api part of r18830, as this was the wrong solution for those
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae7391b187
commit
8c08511013
8 changed files with 8 additions and 8 deletions
|
|
@ -32,7 +32,7 @@ PLUGIN_IRAM_DECLARE
|
|||
/* here is a global api struct pointer. while not strictly necessary,
|
||||
it's nice not to have to pass the api pointer in all function calls
|
||||
in the plugin */
|
||||
bool plugbuf;
|
||||
const struct plugin_api* rb;
|
||||
int shut,cleanshut;
|
||||
char *errormsg;
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ struct options {
|
|||
int dirty;
|
||||
};
|
||||
|
||||
extern bool plugbuf;
|
||||
bool plugbuf;
|
||||
|
||||
extern struct options options;
|
||||
#define savedir ROCKBOX_DIR "/rockboy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue