X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fattrfind.h;h=db1c04b700ce7a861192b44aca1f03924944fa5c;hb=5d1021b2b70231c8f36fd7ec4583c4816a4f25d6;hp=00d2580727217178098424eb75a161dad7a182bf;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/include/attrfind.h b/include/attrfind.h index 00d2580..db1c04b 100644 --- a/include/attrfind.h +++ b/include/attrfind.h @@ -1,5 +1,5 @@ -/* $Id: attrfind.h,v 1.2 2006-08-14 10:40:12 adam Exp $ - Copyright (C) 2005-2006 +/* $Id: attrfind.h,v 1.5 2007-05-08 12:50:03 adam Exp $ + Copyright (C) 2005-2007 Index Data ApS This file is part of the Zebra server. @@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include YAZ_BEGIN_CDECL @@ -41,10 +40,9 @@ void attr_init_APT(AttrType *src, Z_AttributesPlusTerm *zapt, int type); void attr_init_AttrList(AttrType *src, Z_AttributeList *list, int type); -int attr_find_ex(AttrType *src, oid_value *attributeSetP, +int attr_find_ex(AttrType *src, const Odr_oid **attribute_set_oid, const char **string_value); -int attr_find(AttrType *src, oid_value *attributeSetP); - +int attr_find(AttrType *src, const Odr_oid **attribute_set_oid); YAZ_END_CDECL