]> git.cworth.org Git - tar/blob - gnu/file-set.h
Imported Upstream version 1.23
[tar] / gnu / file-set.h
1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3 #include <sys/types.h>
4 #include <sys/stat.h>
5 #include <stdbool.h>
6
7 #include "hash.h"
8
9 extern void record_file (Hash_table *ht, char const *file,
10                          struct stat const *stats)
11   __attribute__((nonnull(2, 3)));
12
13 extern bool seen_file (Hash_table const *ht, char const *file,
14                        struct stat const *stats);