X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=199eeb03bd0a06552ffeb4d5cf6603ee9f234757;hp=7b09867de627dc96f9976fe926ab5665481de261;hb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6;hpb=a159d35487ce391123e8e82274fd2ee95055c3a6 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 7b09867..199eeb0 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -1,6 +1,6 @@ /* * Public header for ZOOM C. - * $Id: zoom.h,v 1.22 2004-02-23 09:26:11 adam Exp $ + * $Id: zoom.h,v 1.23 2004-04-28 22:44:59 adam Exp $ */ #include @@ -60,6 +60,10 @@ ZOOM_API(void) ZOOM_connection_option_set (ZOOM_connection c, const char *key, const char *val); +ZOOM_API(void) +ZOOM_connection_option_setl (ZOOM_connection c, const char *key, + const char *val, int len); + /* return error code (0 == success, failure otherwise). cp holds error string on failure, addinfo holds addititional info (if any) */