X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=b78b7bedc513da5ae692e21a8f672254ed10c01f;hp=91116ab73df565ca8b33bbaa9574e738be884ce9;hb=5d536c8cf5400b1e4da91061cf736a9ab53e5bd1;hpb=a66b7d79383ae700f3358731eecfe2aafed0e90d diff --git a/index/index.h b/index/index.h index 91116ab..b78b7be 100644 --- a/index/index.h +++ b/index/index.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 1994-2011 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 @@ -434,6 +434,9 @@ RSET zebra_create_rset_isam(ZebraHandle zh, NMEM rset_nmem, struct rset_key_control *kctl, int scope, ISAM_P pos, TERMID termid); +void zebra_it_key_str_dump(ZebraHandle zh, struct it_key *key, + const char *str, size_t slen, NMEM nmem, int level); + YAZ_END_CDECL #endif