summaryrefslogtreecommitdiff
path: root/include/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fd.h')
-rw-r--r--include/fd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fd.h b/include/fd.h
new file mode 100644
index 0000000..21047c9
--- /dev/null
+++ b/include/fd.h
@@ -0,0 +1,8 @@
+#ifndef FD_H
+#define FD_H
+
+extern int fd_copy(int,int);
+extern int fd_move(int,int);
+extern int fd_coe(int fd);
+
+#endif