summaryrefslogtreecommitdiff
path: root/fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'fd.h')
-rw-r--r--fd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fd.h b/fd.h
index c3d6e3e..e9c08d6 100644
--- a/fd.h
+++ b/fd.h
@@ -1,7 +1,7 @@
#ifndef FD_H
#define FD_H
-extern int fd_copy();
-extern int fd_move();
+extern int fd_copy(int,int);
+extern int fd_move(int,int);
#endif