diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 04:12:34 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-17 04:12:34 +0200 |
| commit | 2c9bc4fcc3a7084146e832856f1237ecf5a8fb32 (patch) | |
| tree | 20b66dfae5cc2b7caa9b303fb56778b69f868943 /FICS/copyfile.h | |
| parent | b968e27b92d119e19dfcb8702cd937adda267ac2 (diff) | |
Added a new parameter to fics_copyfile()
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 |
