X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fdirs.c;h=54424d844aba16cb0d3607cd6cd022242b22b295;hb=ca820b5e84bec416bf0f5790d1aac509842b4faf;hp=186f4776d0395049b4d6d400c0a75ae30673e4ca;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/index/dirs.c b/index/dirs.c index 186f477..54424d8 100644 --- a/index/dirs.c +++ b/index/dirs.c @@ -1,5 +1,5 @@ -/* $Id: dirs.c,v 1.25 2006-08-14 10:40:15 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: dirs.c,v 1.27 2007-01-15 15:10:16 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -186,7 +186,7 @@ void dirs_rmdir (struct dirs_info *p, const char *src) dict_delete (p->dict, path); } -void dirs_add (struct dirs_info *p, const char *src, SYSNO sysno, time_t mtime) +void dirs_add (struct dirs_info *p, const char *src, zint sysno, time_t mtime) { char path[DIRS_MAX_PATH]; char info[16];