X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=include%2Fisamh.h;h=fde8cfb39b3f3bf6ae6ae02c9cc681a6235c7f13;hb=5ed7bb5a4a7e46271cc161304b114eae54b53674;hp=aca550386e82256b3c8e87af293d4baf917db812;hpb=4f2ca550b3aeaf42480ba84e196fd930ba407a18;p=idzebra-moved-to-github.git diff --git a/include/isamh.h b/include/isamh.h index aca5503..fde8cfb 100644 --- a/include/isamh.h +++ b/include/isamh.h @@ -71,6 +71,8 @@ int isamh_block_size (ISAMH is, int type); #define isamh_type(x) ((x) & 7) #define isamh_block(x) ((x) >> 3) +void isamh_buildfirstblock(ISAMH_PP pp); +void isamh_buildlaterblock(ISAMH_PP pp); #ifdef __cplusplus } @@ -81,7 +83,10 @@ int isamh_block_size (ISAMH is, int type); /* * $Log: isamh.h,v $ - * Revision 1.1 1999-06-30 15:06:28 heikki + * Revision 1.2 1999-07-06 09:37:04 heikki + * Working on isamh - not ready yet. + * + * Revision 1.1 1999/06/30 15:06:28 heikki * copied from isamc.h, simplifying * */