X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fvunify.h;h=87568c0f00d2d29296ede4cc20c8336b5030aa83;hb=a917f24ef7b003dcef54a3db2644cf9cb4bc2db2;hp=b9d535a97806ba906705ad7d41c3107d3266035d;hpb=349c95a62434dd4f2ffb0cc2317f099e21a36a1f;p=util-vserver.git diff --git a/util-vserver/src/vunify.h b/util-vserver/src/vunify.h index b9d535a..87568c0 100644 --- a/util-vserver/src/vunify.h +++ b/util-vserver/src/vunify.h @@ -53,13 +53,11 @@ struct Arguments { 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, 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 *, @@ -67,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));