X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=f544d8b470ee13750588db795b3e2173c7586229;hb=3c37091eb3e508bff58b297eaa0feab5e92ff53b;hp=7bc5c3c25a8fddb7ce0debfa0fda11a49922a707;hpb=60ef5f615dd758097e842067a875307df11e4f07;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 7bc5c3c..f544d8b 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.154 2005-10-28 09:22:50 adam Exp $ +/* $Id: index.h,v 1.155 2006-02-20 18:39:43 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -175,6 +175,7 @@ struct encode_info { int prevcmd; int keylen; /* tells if we have an unwritten key in buf, and how long*/ void *encode_handle; + void *decode_handle; char buf[ENCODE_BUFLEN]; };