X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=e8750d2eece677e959e97d1c7185a399b341c93c;hb=adc0ef50c52d332902ef92c8feb460eee55a1f05;hp=212b385bc2ae64adc1ef5f46ab77d7827ad650db;hpb=9bfe216ddf91de1d3d4262417687aa18d661d314;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 212b385..e8750d2 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.36 1996-03-21 14:50:09 adam + * Revision 1.37 1996-03-26 16:01:13 adam + * New setting lockPath: directory of various lock files. + * + * Revision 1.36 1996/03/21 14:50:09 adam * File update uses modify-time instead of change-time. * * Revision 1.35 1996/02/12 18:45:36 adam @@ -188,6 +191,7 @@ void dir_free (struct dir_entry **e_p); void repositoryUpdate (struct recordGroup *rGroup); void repositoryAdd (struct recordGroup *rGroup); void repositoryDelete (struct recordGroup *rGroup); +void repositoryShow (struct recordGroup *rGroup); void key_open (int mem); int key_close (void);