diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-24 20:04:18 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-24 20:04:18 +0000 |
commit | 8810bdbba359eb2348cc371f12347dd7f41dda18 (patch) | |
tree | d1403572448114ecd20030316914f473816f882d /libbb/libbb.h | |
parent | 9f0fedb8f693829e7869439a2ad43cc1c21a3786 (diff) | |
download | busybox-w32-8810bdbba359eb2348cc371f12347dd7f41dda18.tar.gz busybox-w32-8810bdbba359eb2348cc371f12347dd7f41dda18.tar.bz2 busybox-w32-8810bdbba359eb2348cc371f12347dd7f41dda18.zip |
Rewrote rm.
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index 404d7076c..bbfffda6d 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -93,6 +93,7 @@ int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | |||
93 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | 93 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); |
94 | void reset_ino_dev_hashtable(void); | 94 | void reset_ino_dev_hashtable(void); |
95 | 95 | ||
96 | int remove_file(const char *path, int flags); | ||
96 | int copy_file(const char *source, const char *dest, int flags); | 97 | int copy_file(const char *source, const char *dest, int flags); |
97 | int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize); | 98 | int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize); |
98 | char *buildName(const char *dirName, const char *fileName); | 99 | char *buildName(const char *dirName, const char *fileName); |