diff options
Diffstat (limited to 'src/cp-hash.h')
| -rw-r--r-- | src/cp-hash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cp-hash.h b/src/cp-hash.h index afd9d780a..72870fa6d 100644 --- a/src/cp-hash.h +++ b/src/cp-hash.h @@ -1,5 +1,6 @@ void hash_init (void); void forget_all (void); void forget_created (ino_t ino, dev_t dev); -char *remember_copied (char const *node, ino_t ino, dev_t dev); +char *remember_copied (char const *node, ino_t ino, dev_t dev) + _GL_ATTRIBUTE_NONNULL (); char *src_to_dest_lookup (ino_t ino, dev_t dev); |
