projects
/
yaz-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:
1908df1
)
Put declarations before statements to make code work with older
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 11 Sep 2005 13:32:39 +0000
(13:32 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 11 Sep 2005 13:32:39 +0000
(13:32 +0000)
C compilers.
zoom/zoom-benchmark.c
patch
|
blob
|
history
diff --git
a/zoom/zoom-benchmark.c
b/zoom/zoom-benchmark.c
index
e298129
..
79b533e
100644
(file)
--- a/
zoom/zoom-benchmark.c
+++ b/
zoom/zoom-benchmark.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoom-benchmark.c,v 1.2 2005-09-09 13:51:43 marc Exp $
+ * $Id: zoom-benchmark.c,v 1.3 2005-09-11 13:32:39 adam Exp $
*
* Asynchronous multi-target client doing search and piggyback retrieval
*/
@@
-159,10
+159,10
@@
void read_params(int argc, char **argv, struct parameters_t *p_parameters){
int main(int argc, char **argv)
{
- init_statics();
-
struct time_type time;
+ init_statics();
+
read_params(argc, argv, ¶meters);
ZOOM_connection z[parameters.concurrent];