X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fattrfind.h;h=02e5b23f5d3a338776e2c10fc6d4264b727e4af2;hb=ca8ea9b7dfba1b20033345d996ade40d1e94159b;hp=daaa27884e210b610e7869def1fe8e7bf9f1d894;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/include/attrfind.h b/include/attrfind.h index daaa278..02e5b23 100644 --- a/include/attrfind.h +++ b/include/attrfind.h @@ -1,8 +1,5 @@ -/* $Id: attrfind.h,v 1.4 2007-04-16 08:44:31 adam Exp $ - Copyright (C) 2005-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -40,9 +37,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 @@ -50,6 +47,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab