commit | ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Mon Dec 17 15:26:36 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Mon Dec 17 15:26:36 2001 +0000 |
tree | 1dec04901febc0fd63ac5b92bc2cca4333689477 | |
parent | 46ea0e4696456061ad7ce799658f737c24f781a6 [diff] [blame] |
Make cp and mv optionally preserve hard links.
diff --git a/include/libbb.h b/include/libbb.h index a953b3c..fccdf5f 100644 --- a/include/libbb.h +++ b/include/libbb.h
@@ -286,4 +286,8 @@ #define CURRENT_TTY "/dev/tty" #define CONSOLE_DEV "/dev/console" +int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); +void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); +void reset_ino_dev_hashtable(void); + #endif /* __LIBCONFIG_H__ */