view lib/file-set.h @ 10256:af15fcca9925

getdate.y: do not ignore TZ with relative day, month or year offset * lib/getdate.y (get_date): Move the tz-handling block to follow the relative-date-handling, since otherwise, the latter would clobber the sole output (an updated Start value) of the tz-handling block. * tests/test-getdate.c: Tests for the fix
author Ondřej Vašík <ovasik@redhat.com>
date Thu, 03 Jul 2008 12:17:11 +0200 (2008-07-03)
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);