X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=b78b7bedc513da5ae692e21a8f672254ed10c01f;hp=a8f4fda23118c1b0d5a136c5ed6f71fe45753bf0;hb=5d536c8cf5400b1e4da91061cf736a9ab53e5bd1;hpb=d0d4772450cfe6afde24ed8ec4031afd2da56632 diff --git a/index/index.h b/index/index.h index a8f4fda..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-2009 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