about summary refs log tree commit diff
path: root/csrc/cp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csrc/cp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/csrc/cp.h b/csrc/cp.h
new file mode 100644
index 0000000..70b1c13
--- /dev/null
+++ b/csrc/cp.h
@@ -0,0 +1,2 @@
+typedef enum { READ_ERROR, WRITE_ERROR, WRITE_OK } FileStatus;
+FileStatus copy_file(char *src, char *dst);