projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e921cd6
)
Avoid extern when a header just does it
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 8 Sep 2009 12:23:35 +0000
(14:23 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 8 Sep 2009 12:23:35 +0000
(14:23 +0200)
src/reclists.c
patch
|
blob
|
history
diff --git
a/src/reclists.c
b/src/reclists.c
index
85021c6
..
7d92643
100644
(file)
--- a/
src/reclists.c
+++ b/
src/reclists.c
@@
-27,8
+27,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "pazpar2.h"
#include "reclists.h"
-
-extern struct parameters global_parameters;
+#include "parameters.h"
static struct reclist_sortparms *qsort_sortparms = 0; /* thread pr */