aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-24 20:04:18 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-24 20:04:18 +0000
commit8695b23e5809a0b952accd98da299f86b126d5fd (patch)
treed1403572448114ecd20030316914f473816f882d /include
parentc1db72874a1dbb92ee3dca555e1561e6a95b5ce2 (diff)
downloadbusybox-w32-8695b23e5809a0b952accd98da299f86b126d5fd.tar.gz
busybox-w32-8695b23e5809a0b952accd98da299f86b126d5fd.tar.bz2
busybox-w32-8695b23e5809a0b952accd98da299f86b126d5fd.zip
Rewrote rm.
git-svn-id: svn://busybox.net/trunk/busybox@2423 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 404d7076c..bbfffda6d 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -93,6 +93,7 @@ int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name);
93void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); 93void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name);
94void reset_ino_dev_hashtable(void); 94void reset_ino_dev_hashtable(void);
95 95
96int remove_file(const char *path, int flags);
96int copy_file(const char *source, const char *dest, int flags); 97int copy_file(const char *source, const char *dest, int flags);
97int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize); 98int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize);
98char *buildName(const char *dirName, const char *fileName); 99char *buildName(const char *dirName, const char *fileName);