X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Freckeys.h;h=3b33b723384e4e68bf0b9bb9ae8315e5397d1c54;hb=131e8143a9b8da294d582f0793833679101a2672;hp=2fc05a02ac0881a937c2793dc3bf81f02ca9ecef;hpb=34552d7bc714468512b1873f1d6b75608d6b4655;p=idzebra-moved-to-github.git diff --git a/index/reckeys.h b/index/reckeys.h index 2fc05a0..3b33b72 100644 --- a/index/reckeys.h +++ b/index/reckeys.h @@ -1,5 +1,5 @@ -/* $Id: reckeys.h,v 1.3 2005-11-09 11:51:29 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: reckeys.h,v 1.10 2007-11-30 12:19:08 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,17 +15,22 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef RECKEYS_H #define RECKEYS_H +#include +#include "it_key.h" + +YAZ_BEGIN_CDECL + typedef struct zebra_rec_keys_t_ *zebra_rec_keys_t; -zebra_rec_keys_t zebra_rec_keys_open(); +zebra_rec_keys_t zebra_rec_keys_open(void); void zebra_rec_keys_close(zebra_rec_keys_t p); @@ -46,4 +51,15 @@ void zebra_rec_keys_get_buf(zebra_rec_keys_t p, char **buf, size_t *sz); void zebra_rec_keys_set_buf(zebra_rec_keys_t p, char *buf, size_t sz, int copy_buf); +zint zebra_rec_keys_get_custom_record_id(zebra_rec_keys_t keys); +YAZ_END_CDECL + #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +