X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=d9ed54e1c81a5d69fc3d9799bb6c4d72142e8660;hb=d8e960f5f1060148a5fffa7a767c72391662fbdc;hp=5957bf60837eb15bfa1f3ec6fd3d3c684d0daf1c;hpb=0e898c0c6183c6dd9701286f6a4ac9b734c9bdbb;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 5957bf6..d9ed54e 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.136 2005-05-03 09:11:34 adam Exp $ +/* $Id: index.h,v 1.137 2005-05-09 19:57:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -78,7 +78,7 @@ struct dirs_entry { void getFnameTmp (Res res, char *fname, int no); struct dirs_info *dirs_open (Dict dict, const char *rep, int rw); -struct dirs_info *dirs_fopen (Dict dict, const char *path); +struct dirs_info *dirs_fopen (Dict dict, const char *path, int rw); 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);