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:
Frank Gevaerts 2008-10-18 23:50:05 +00:00
parent ae7391b187
commit 8c08511013
8 changed files with 8 additions and 8 deletions

View file

@ -101,7 +101,7 @@ int my_close(int id)
return 0;
}
#endif
extern const struct plugin_api* rb;
const struct plugin_api* rb;
#define MAXARGVS 100
bool noprintf=0; // Variable disables printf lcd updates to protect grayscale lib/direct lcd updates