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