view lib/file-set.h @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents b7de93942166
children 094f6cfdb5c3
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);