X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2Fisamb.c;h=2ee7cb1b572b2186361f97608433bc0f9d6f5c8a;hp=ed3acfd12cc0bfcbc2d08fe5370fca67cca6608a;hb=70ba74c9bbf739fbe82d1bc2b0fb64a547c0c9e0;hpb=e6b40b4f140e8f7348fff1f7be78ac78946421ff diff --git a/isamb/isamb.c b/isamb/isamb.c index ed3acfd..2ee7cb1 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.46 2004-06-16 20:34:25 adam Exp $ +/* $Id: isamb.c,v 1.47 2004-08-03 14:54:41 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -117,8 +117,6 @@ struct ISAMB_PP_s { struct ISAMB_block **block; }; -void isamb_pp_pos( ISAMB_PP pp, int *current, int *total ); - /* FIXME - this should be in a header file */ #if ISAMB_PTR_CODEC static void encode_ptr (char **dst, unsigned pos)