maint.mk: import changes to syntax-check macros from coreutils
[gnulib.git] / lib / file-set.h
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include <stdbool.h>
4
5 #include "hash.h"
6
7 extern void record_file (Hash_table *ht, char const *file,
8                          struct stat const *stats)
9   __attribute__((nonnull(2, 3)));
10
11 extern bool seen_file (Hash_table const *ht, char const *file,
12                        struct stat const *stats);