From 2c9bc4fcc3a7084146e832856f1237ecf5a8fb32 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 17 Oct 2025 04:12:34 +0200 Subject: Added a new parameter to fics_copyfile() --- FICS/copyfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/copyfile.h') 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 -- cgit v1.2.3