aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/copyfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/copyfile.h')
-rw-r--r--FICS/copyfile.h13
1 files changed, 13 insertions, 0 deletions
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 <stdbool.h>
+
+#include "common.h"
+
+__FICS_BEGIN_DECLS
+bool fics_copyfile(const char *, const char *);
+bool is_regular_file(const char *);
+__FICS_END_DECLS
+
+#endif