diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-07 08:07:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-07 08:07:05 +0000 |
commit | 11d7cb9126216a60f34d709ff413cbe7d249446d (patch) | |
tree | 82d8ec5ed75edac14b72fb59010d498463c1b0ef | |
parent | 3eb962d13bd4ca8c29ab33c41428a44e644e59ec (diff) |
entry *entryarray is static in the C source so it can't be extern here
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7050 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/searchengine/dbinterface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h index b168456b85..e762297d8f 100644 --- a/apps/plugins/searchengine/dbinterface.h +++ b/apps/plugins/searchengine/dbinterface.h @@ -51,7 +51,6 @@ struct entry { }; extern struct entry *currententry; -extern struct entry *entryarray; extern struct dbglobals dbglobal; int database_init(void); |