X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=12043ac328dc07ff97cb0e062885a74615fa9f19;hp=5637d3a720af8a303dfd4380b2385293eee599e0;hb=4102d95bf434baaf92b1a8db63d1f7396c8e469f;hpb=5451196efde939261211e1c15e0bc373b527d33c diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 5637d3a..12043ac 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom.h,v 1.29 2005-11-08 16:51:34 mike Exp $ + * $Id: zoom.h,v 1.30 2005-11-16 16:03:51 mike Exp $ */ /** * \file zoom.h @@ -92,6 +92,9 @@ ZOOM_connection_errmsg (ZOOM_connection c); /* returns additional info */ ZOOM_API(const char *) ZOOM_connection_addinfo (ZOOM_connection c); +/* returns diagnostic set */ +ZOOM_API(const char *) +ZOOM_connection_diagset (ZOOM_connection c); /* translates error code into human-readable string */ ZOOM_API(const char *) ZOOM_diag_str (int error);