X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=748b82dd83cbb269082bcacf04f61a61cfc5b039;hb=4c176312acdc3444c9afc820f76a393e64668e52;hp=7b09867de627dc96f9976fe926ab5665481de261;hpb=1c793310ab772f41040bdf954d8a2b5e5da8b8ad;p=yaz-moved-to-github.git diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 7b09867..748b82d 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) 1995-2005, Index Data ApS + * See the file LICENSE for details. + * + * $Id: zoom.h,v 1.25 2005-01-15 19:47:10 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) */