]> git.cworth.org Git - tar/blobdiff - gnu/file-set.h
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / gnu / file-set.h
diff --git a/gnu/file-set.h b/gnu/file-set.h
deleted file mode 100644 (file)
index ef854ee..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*- buffer-read-only: t -*- vi: set ro: */
-/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdbool.h>
-
-#include "hash.h"
-
-extern void record_file (Hash_table *ht, char const *file,
-                         struct stat const *stats)
-  __attribute__((nonnull(2, 3)));
-
-extern bool seen_file (Hash_table const *ht, char const *file,
-                       struct stat const *stats);