X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-proto.h;h=9e59e16c17ecf061c28236d22cb99fec1d30977f;hp=f83d1f3137bb910aa75971afe6dc6cf4a01fdf21;hb=e5324215018e129dd19734acd0e683e5af748423;hpb=84123e31b540666d168a28292c0461698841f8be diff --git a/asn/prt-proto.h b/asn/prt-proto.h index f83d1f3..9e59e16 100644 --- a/asn/prt-proto.h +++ b/asn/prt-proto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2000, Index Data. + * Copyright (c) 1995-2001, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: prt-proto.h,v 1.1 2000-10-03 12:55:50 adam Exp $ + * $Id: prt-proto.h,v 1.2 2001-02-21 13:46:53 adam Exp $ */ #ifndef PRT_PROTO_H @@ -322,9 +322,9 @@ typedef struct Z_Operator #define Z_Operator_prox 3 union { - Odr_null *and; /* these guys are nulls. */ - Odr_null *or; - Odr_null *and_not; + Odr_null *op_and; /* these guys are nulls. */ + Odr_null *op_or; + Odr_null *op_and_not; Z_ProximityOperator *prox; } u; } Z_Operator;