X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fattrfind.h;h=db1c04b700ce7a861192b44aca1f03924944fa5c;hb=df3b590a48c28a89d42f15e8ad8bc9cca0d20e62;hp=daaa27884e210b610e7869def1fe8e7bf9f1d894;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/include/attrfind.h b/include/attrfind.h index daaa278..db1c04b 100644 --- a/include/attrfind.h +++ b/include/attrfind.h @@ -1,4 +1,4 @@ -/* $Id: attrfind.h,v 1.4 2007-04-16 08:44:31 adam Exp $ +/* $Id: attrfind.h,v 1.5 2007-05-08 12:50:03 adam Exp $ Copyright (C) 2005-2007 Index Data ApS @@ -40,9 +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, const int **attribute_set_oid, +int attr_find_ex(AttrType *src, const Odr_oid **attribute_set_oid, const char **string_value); -int attr_find(AttrType *src, const int **attribute_set_oid); +int attr_find(AttrType *src, const Odr_oid **attribute_set_oid); YAZ_END_CDECL