diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-02 05:17:24 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-06-02 05:17:24 +0000 |
| commit | 97603a5d2adc889186f2934624a95c92dbfa2fdd (patch) | |
| tree | bd6c100158b2e78129acad867c008a89ea00418d /src/cp-hash.h | |
| parent | Don't use "path" or "filename". (diff) | |
| download | coreutils-97603a5d2adc889186f2934624a95c92dbfa2fdd.tar.gz coreutils-97603a5d2adc889186f2934624a95c92dbfa2fdd.zip | |
Don't use "path" or "filename".
Diffstat (limited to 'src/cp-hash.h')
| -rw-r--r-- | src/cp-hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h index ba6e24c83..d142925a4 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -2,5 +2,5 @@ void hash_init (void); void forget_all (void); void forget_created (ino_t ino, dev_t dev); char *remember_copied (const char *node, ino_t ino, dev_t dev); -bool remember_created (const char *path); +bool remember_created (char const *file); char *src_to_dest_lookup (ino_t ino, dev_t dev); |
