diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h index 859bee1c3..a4014778c 100644 --- a/internal.h +++ b/internal.h | |||
@@ -215,8 +215,8 @@ int is_in_ino_dev_hashtable(const struct stat *statbuf, char **name); | |||
215 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); | 215 | void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name); |
216 | void reset_ino_dev_hashtable(void); | 216 | void reset_ino_dev_hashtable(void); |
217 | 217 | ||
218 | int copyFile(const char *srcName, const char *destName, int setModes, | 218 | int copyFile(const char *srcName, const char *destName, |
219 | int followLinks); | 219 | int setModes, int followLinks, int forceFlag); |
220 | char *buildName(const char *dirName, const char *fileName); | 220 | char *buildName(const char *dirName, const char *fileName); |
221 | int makeString(int argc, const char **argv, char *buf, int bufLen); | 221 | int makeString(int argc, const char **argv, char *buf, int bufLen); |
222 | char *getChunk(int size); | 222 | char *getChunk(int size); |