X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-p.h;h=d4459578842fe5df721163691b2bc5d16657142b;hp=22bc4d6ae60bc0ac29a21c692289e71381d64893;hb=6d20344358c013b71bf23a93f1998fc6036c1aef;hpb=3a12e23d93ba2aadcddefc74ebe02b90f53381c3 diff --git a/src/zoom-p.h b/src/zoom-p.h index 22bc4d6..d445957 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-p.h,v 1.8 2005-10-11 18:24:33 adam Exp $ + * $Id: zoom-p.h,v 1.9 2005-10-17 12:25:39 mike Exp $ */ /** * \file zoom-p.h @@ -70,6 +70,7 @@ struct ZOOM_connection_p { struct ZOOM_options_entry { char *name; char *value; + int len; /* of `value', which may contain NULs */ struct ZOOM_options_entry *next; };