X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomtst2.c;fp=zoom%2Fzoomtst2.c;h=9dede46ba944bcf21dc69a1ac5c1fc6c33cca15a;hp=ed0b82f17cbee5739d5505ea13fe0818fd8defef;hb=366e11a6ab3c8cb8d12558ff1d76566c5ebca80e;hpb=806d40e9fc4341a0366dac49291f7cb5ca79809f diff --git a/zoom/zoomtst2.c b/zoom/zoomtst2.c index ed0b82f..9dede46 100644 --- a/zoom/zoomtst2.c +++ b/zoom/zoomtst2.c @@ -1,5 +1,5 @@ /* - * $Id: zoomtst2.c,v 1.1 2001-10-23 21:00:20 adam Exp $ + * $Id: zoomtst2.c,v 1.2 2001-11-15 13:16:02 adam Exp $ * * Asynchronous single-target client performing search (no retrieval) */ @@ -28,7 +28,7 @@ int main(int argc, char **argv) z = Z3950_connection_create(0); /* option: set async operation */ - Z3950_connection_option (z, "async", "1"); + Z3950_connection_option_set (z, "async", "1"); /* connect to target and initialize */ Z3950_connection_connect (z, argv[1], 0);