X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fvunify.h;h=a6e1072972b01eea77d762449e35946f7b742e37;hb=5b39edfee423f5f3cbe8fa223dcfdc9e8d66e286;hp=0649b2ad107499c704a0c03a0ae59646e7fa34fa;hpb=fd247a2651f34d0bbbd9304b8c0a7ddc8e7f6deb;p=util-vserver.git diff --git a/util-vserver/src/vunify.h b/util-vserver/src/vunify.h index 0649b2a..a6e1072 100644 --- a/util-vserver/src/vunify.h +++ b/util-vserver/src/vunify.h @@ -19,7 +19,9 @@ #ifndef H_UTIL_VSERVER_SRC_VUNIFY_H #define H_UTIL_VSERVER_SRC_VUNIFY_H -#include "vunify-matchlist.h" +#include "lib_internal/matchlist.h" + +#include struct dirent; struct WalkdownInfo @@ -51,14 +53,11 @@ struct Arguments { bool do_renew; }; - -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, struct stat const ** const, struct stat * const, - struct stat *) NONNULL((1,2,3,4,5,6,7)); + struct stat *) NONNULL((1,2,3,4,5,6)); static struct MatchList const * checkDirEntry(PathInfo 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));