diff options
author | Matt Kraai <kraai@debian.org> | 2001-12-17 15:26:36 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-12-17 15:26:36 +0000 |
commit | ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733 (patch) | |
tree | 1dec04901febc0fd63ac5b92bc2cca4333689477 /include/libbb.h | |
parent | 46ea0e4696456061ad7ce799658f737c24f781a6 (diff) | |
download | busybox-w32-ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733.tar.gz busybox-w32-ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733.tar.bz2 busybox-w32-ace02dc9cd3ca0c95db5b5ebe87b9d6cd6ca1733.zip |
Make cp and mv optionally preserve hard links.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a953b3cb0..fccdf5fdf 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -286,4 +286,8 @@ extern const char * const can_not_create_raw_socket; | |||
286 | #define CURRENT_TTY "/dev/tty" | 286 | #define CURRENT_TTY "/dev/tty" |
287 | #define CONSOLE_DEV "/dev/console" | 287 | #define CONSOLE_DEV "/dev/console" |
288 | 288 | ||
289 | int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | ||
290 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | ||
291 | void reset_ino_dev_hashtable(void); | ||
292 | |||
289 | #endif /* __LIBCONFIG_H__ */ | 293 | #endif /* __LIBCONFIG_H__ */ |