From ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 17 Dec 2001 15:26:36 +0000 Subject: Make cp and mv optionally preserve hard links. --- include/libbb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 @@ extern const char * const can_not_create_raw_socket; #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__ */ -- cgit v1.1