2007.
[idzebra-moved-to-github.git] / index / dirs.c
index 186f477..54424d8 100644 (file)
@@ -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];