]> git.cworth.org Git - tar/blobdiff - gnu/file-set.h
Imported Upstream version 1.23
[tar] / gnu / file-set.h
diff --git a/gnu/file-set.h b/gnu/file-set.h
new file mode 100644 (file)
index 0000000..ef854ee
--- /dev/null
@@ -0,0 +1,14 @@
+/* -*- 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);