X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Frecindex.h;h=ad3d41e248d5bf41075a0b9d0d3c6dc6e8b6e80c;hp=b12fa8eb64c0b593835a5d1a1e26aac0211c0b3f;hb=dd5f8f31bc5018a7b4a00accdda256ce1eaef14b;hpb=0860da7090f3b9aa4403631cb47c2add43b31b5c diff --git a/index/recindex.h b/index/recindex.h index b12fa8e..ad3d41e 100644 --- a/index/recindex.h +++ b/index/recindex.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recindex.h,v $ - * Revision 1.3 1995-11-20 16:59:46 adam + * Revision 1.4 1995-11-22 17:19:19 adam + * Record management uses the bfile system. + * + * Revision 1.3 1995/11/20 16:59:46 adam * New update method: the 'old' keys are saved for each records. * * Revision 1.2 1995/11/15 19:13:08 adam @@ -28,6 +31,7 @@ typedef struct record_info { typedef struct records_info *Records; Record rec_cp (Record rec); +void rec_del (Records p, Record *recpp); void rec_rm (Record *recpp); void rec_put (Records p, Record *recpp); Record rec_new (Records p);