aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-17 15:26:36 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-17 15:26:36 +0000
commita71ab54376eed7d51c028ca7986fa7667417d3c7 (patch)
tree1dec04901febc0fd63ac5b92bc2cca4333689477 /include/libbb.h
parentb38aba2140fc308cb4040e2241bdff352f0f93e8 (diff)
downloadbusybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.tar.gz
busybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.tar.bz2
busybox-w32-a71ab54376eed7d51c028ca7986fa7667417d3c7.zip
Make cp and mv optionally preserve hard links.
git-svn-id: svn://busybox.net/trunk/busybox@3894 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h4
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
289int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name);
290void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name);
291void reset_ino_dev_hashtable(void);
292
289#endif /* __LIBCONFIG_H__ */ 293#endif /* __LIBCONFIG_H__ */