--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fd.h Fri Oct 19 14:06:22 2007 +0200 @@ -0,0 +1,7 @@ +#ifndef FD_H +#define FD_H + +extern int fd_copy(); +extern int fd_move(); + +#endif