view lib/file-set.h @ 9349:0c6048a8aaed

Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.
author Bruno Haible <bruno@clisp.org>
date Mon, 15 Oct 2007 22:40:19 +0200
parents b7de93942166
children e8d2c6fc33ad
line wrap: on
line source

#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);