renamed to -compat.c
[util-vserver.git] / util-vserver / src / vunify.h
index 0649b2a..f12d20e 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef H_UTIL_VSERVER_SRC_VUNIFY_H
 #define H_UTIL_VSERVER_SRC_VUNIFY_H
 
-#include "vunify-matchlist.h"
+#include "lib_internal/matchlist.h"
 
 struct dirent;
 struct WalkdownInfo
@@ -51,9 +51,8 @@ struct Arguments {
     bool                               do_renew;
 };
 
+struct stat;
 
-static void    visitDirEntry(struct dirent const *) NONNULL((1));
-static void    visitDir(char const *, struct stat const *) NONNULL((1));
 static bool    checkFstat(struct MatchList const * const,
                           PathInfo const * const,
                           PathInfo const * const,
@@ -66,7 +65,6 @@ checkDirEntry(PathInfo const *,
              bool *, struct stat *, struct stat *) NONNULL((1,2,3,4,5));
 
 static bool    updateSkipDepth(PathInfo const *, bool) NONNULL((1));
-static void    EsafeChdir(char const *, struct stat const *)  NONNULL((1,2));
 static bool    doit(struct MatchList const *,
                     PathInfo const *, struct stat const *,
                     char const *dst_path, struct stat const *) NONNULL((1,2,3));