X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fisamb.h;fp=include%2Fisamb.h;h=9fb5f71043dc2abf854ab2eed1d1fd708d521928;hp=e89e8cc92af1bf1651c6f2898caf211e05687f2d;hb=349ddf2c6256dc5d0fbabb693b688883610ae5fa;hpb=3e72747f4b28856e5f684dbe8984f8fb28680e62 diff --git a/include/isamb.h b/include/isamb.h index e89e8cc..9fb5f71 100644 --- a/include/isamb.h +++ b/include/isamb.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2000-2002, Index Data * All rights reserved. - * $Id: isamb.h,v 1.2 2002-04-16 22:31:42 adam Exp $ + * $Id: isamb.h,v 1.3 2002-04-29 18:03:45 adam Exp $ */ #ifndef ISAMB_H @@ -27,4 +27,9 @@ void isamb_pp_close (ISAMB_PP pp); int isamb_pp_num (ISAMB_PP pp); +ISAMB_PP isamb_pp_open_x (ISAMB isamb, ISAMB_P pos, int *level); +void isamb_pp_close_x (ISAMB_PP pp, int *size, int *blocks); + +int isamb_block_info (ISAMB isamb, int cat); + #endif