X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=d1037ea6541363afef1bc29c5330b8954616af99;hb=6c35039e69102dbbce08e8f39a2fbbade4406c16;hp=7b09867de627dc96f9976fe926ab5665481de261;hpb=1c793310ab772f41040bdf954d8a2b5e5da8b8ad;p=yaz-moved-to-github.git diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 7b09867..d1037ea 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -1,6 +1,12 @@ /* - * Public header for ZOOM C. - * $Id: zoom.h,v 1.22 2004-02-23 09:26:11 adam Exp $ + * Copyright (c) 2000-2004, Index Data + * See the file LICENSE for details. + * + * $Id: zoom.h,v 1.24 2004-10-15 00:18:59 adam Exp $ + */ +/** + * \file zoom.h + * \brief Header for ZOOM */ #include @@ -60,6 +66,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) */