From 1e559f41e4175899669f1b624fd950db04f40c4f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 17 Oct 2025 02:14:44 +0200 Subject: Added fics_copyfile() -- initial revision --- FICS/copyfile.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FICS/copyfile.h (limited to 'FICS/copyfile.h') diff --git a/FICS/copyfile.h b/FICS/copyfile.h new file mode 100644 index 0000000..afe1699 --- /dev/null +++ b/FICS/copyfile.h @@ -0,0 +1,13 @@ +#ifndef COPYFILE_H +#define COPYFILE_H + +#include + +#include "common.h" + +__FICS_BEGIN_DECLS +bool fics_copyfile(const char *, const char *); +bool is_regular_file(const char *); +__FICS_END_DECLS + +#endif -- cgit v1.2.3