Mercurial > hg > octave-kai > gnulib-hg
view lib/file-set.h @ 11505:a051fb724013
vc-list-files: fix another quoting bug
* build-aux/vc-list-files: Avoid sed backslash expansion
of pathological directory names.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sat, 25 Apr 2009 15:32:33 +0200 (2009-04-25) |
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);