aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/copyfile.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-10-17 04:12:34 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-10-17 04:12:34 +0200
commit2c9bc4fcc3a7084146e832856f1237ecf5a8fb32 (patch)
tree20b66dfae5cc2b7caa9b303fb56778b69f868943 /FICS/copyfile.h
parentb968e27b92d119e19dfcb8702cd937adda267ac2 (diff)
Added a new parameter to fics_copyfile()
Diffstat (limited to 'FICS/copyfile.h')
-rw-r--r--FICS/copyfile.h2
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