diff options
Diffstat (limited to 'FICS/copyfile.h')
| -rw-r--r-- | FICS/copyfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/copyfile.h b/FICS/copyfile.h index afe1699..28f8b59 100644 --- a/FICS/copyfile.h +++ b/FICS/copyfile.h @@ -6,7 +6,7 @@ #include "common.h" __FICS_BEGIN_DECLS -bool fics_copyfile(const char *, const char *); +bool fics_copyfile(const char *, const char *, const bool); bool is_regular_file(const char *); __FICS_END_DECLS |
