X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=a5cf209180b046c1eba9b30126de0e55f4613ffd;hb=9cf5dedda26c0ebaf38daa6fa3f15a763d6b2fcb;hp=64d7035c1baa7f6256cbbaaf87069d08cb35e283;hpb=b7918920dd34b8c4c93e8d3095203e236523f453;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index 64d7035..a5cf209 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,4 +1,19 @@ /* + * Copyright (C) 1994-1995, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: attribute.c,v $ + * Revision 1.4 1996-10-29 14:06:48 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.3 1996/05/09 07:28:54 quinn + * Work towards phrases and multiple registers + * + * Revision 1.2 1995/11/15 19:13:07 adam + * Work on record management. + * + * * This interface is used by other modules (the Z-server in particular) * to normalize the attributes given in queries. */ @@ -6,11 +21,9 @@ #include #include -#include #include - -#include "d1_attset.h" - +#include +#include #include "attribute.h" static int initialized = 0; @@ -70,6 +83,6 @@ attent *att_getentbyatt(oid_value set, int att) if (!p) return 0; res.attset_ordinal = r->parent->ordinal; - res.local_attribute = r->local; + res.local_attributes = r->locals; return &res; }