X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fdirs.c;h=54424d844aba16cb0d3607cd6cd022242b22b295;hb=951a16f58a1372353a1c85ef9e162ddbe84bbff6;hp=aa466a702a7ebf6c634fd62a2d30240c9d258e01;hpb=e8899adeac7c35feef7b93af73c2026245b2a205;p=idzebra-moved-to-github.git diff --git a/index/dirs.c b/index/dirs.c index aa466a7..54424d8 100644 --- a/index/dirs.c +++ b/index/dirs.c @@ -1,5 +1,5 @@ -/* $Id: dirs.c,v 1.23 2005-05-09 19:57:35 adam Exp $ - Copyright (C) 1995-2005 +/* $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. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ @@ -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]; @@ -222,3 +222,11 @@ void dirs_free (struct dirs_info **pp) *pp = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +