X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoom-benchmark.c;h=0fc140846f13e14de4bab343081bc16cd1e49e43;hp=3cd60c8a4dd115026b59a57e7f2e12495d5a568d;hb=9dfcbb70828f8d5b524c9bb45852246ae1dd6878;hpb=358e1b7e886e6130547ca28e72e0f7fdb4f1c409 diff --git a/zoom/zoom-benchmark.c b/zoom/zoom-benchmark.c index 3cd60c8..0fc1408 100644 --- a/zoom/zoom-benchmark.c +++ b/zoom/zoom-benchmark.c @@ -1,5 +1,5 @@ /* - * $Id: zoom-benchmark.c,v 1.14 2006-09-18 09:40:05 marc Exp $ + * $Id: zoom-benchmark.c,v 1.15 2006-10-04 16:59:35 mike Exp $ * * Asynchronous multi-target client doing search and piggyback retrieval */ @@ -110,7 +110,7 @@ void print_events(int *elc, struct event_line_t *els, -void init_statics() +void init_statics(void) { int i; char nullstring[1] = ""; @@ -193,7 +193,7 @@ long time_usec(struct time_type *ptime) return ptime->usec; } -void print_option_error() +void print_option_error(void) { fprintf(stderr, "zoom-benchmark: Call error\n"); fprintf(stderr, "zoom-benchmark -h host:port -q pqf-query " @@ -276,7 +276,7 @@ void read_params(int argc, char **argv, struct parameters_t *p_parameters){ print_option_error(); } -void print_table_header() +void print_table_header(void) { if (parameters.gnuplot) printf("#");