diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index d0896ab86..05f61f25b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -96,7 +96,7 @@ void reset_ino_dev_hashtable(void); | |||
96 | 96 | ||
97 | int copy_file(const char *srcName, const char *destName, | 97 | int copy_file(const char *srcName, const char *destName, |
98 | int setModes, int followLinks, int forceFlag); | 98 | int setModes, int followLinks, int forceFlag); |
99 | int copy_file_chunk(int srcFd, int dstFd, size_t remaining); | 99 | int copy_file_chunk(int srcFd, int dstFd, off_t remaining); |
100 | char *buildName(const char *dirName, const char *fileName); | 100 | char *buildName(const char *dirName, const char *fileName); |
101 | int makeString(int argc, const char **argv, char *buf, int bufLen); | 101 | int makeString(int argc, const char **argv, char *buf, int bufLen); |
102 | char *getChunk(int size); | 102 | char *getChunk(int size); |