X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=5491d8544d929d54d1cced61588f1e18308c075f;hb=0c9fdce49848132a12807f8dc9706b382274f1df;hp=212b385bc2ae64adc1ef5f46ab77d7827ad650db;hpb=cdc04db6a4bcbf0630b5da7cfdf7195a88f0a9f9;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 212b385..5491d85 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.36 1996-03-21 14:50:09 adam + * Revision 1.38 1996-04-12 07:02:23 adam + * File update of single files. + * + * 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 @@ -173,6 +179,7 @@ struct recordGroup { struct dirs_info *dirs_open (Dict dict, const char *rep); +struct dirs_info *dirs_fopen (Dict dict, const char *path); struct dirs_entry *dirs_read (struct dirs_info *p); struct dirs_entry *dirs_last (struct dirs_info *p); void dirs_mkdir (struct dirs_info *p, const char *src, time_t mtime); @@ -188,6 +195,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);