X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=c8210e04f68c11d0fd03522b07b40958484e0725;hb=615dcec32011f62525931e5f04490ff7e721ea04;hp=b6cf2aed32377a426b23d3eebca096b65216da43;hpb=141269ce5f566fcd7ed188ebe9bb878bf4b32018;p=yaz-moved-to-github.git diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index b6cf2ae..c8210e0 100644 --- a/zutil/zoom-p.h +++ b/zutil/zoom-p.h @@ -1,6 +1,6 @@ /* * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.1 2002-09-16 18:45:14 adam Exp $ + * $Id: zoom-p.h,v 1.2 2002-12-09 23:32:29 adam Exp $ */ #include #include @@ -30,6 +30,7 @@ struct ZOOM_connection_p { char *host_port; int error; char *addinfo; + const char *diagset; int state; int mask; int reconnect_ok;