[go: up one dir, main page]

File: file-set.h

package info (click to toggle)
findutils 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,028 kB
  • ctags: 5,151
  • sloc: ansic: 45,371; sh: 6,067; yacc: 1,228; makefile: 797; exp: 747; sed: 16
file content (12 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
#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);