summaryrefslogtreecommitdiff
path: root/fd.h
blob: c3d6e3ece41aaff9e479dd2d9abb66f28bcc3c9b (plain)
1
2
3
4
5
6
7
#ifndef FD_H
#define FD_H

extern int fd_copy();
extern int fd_move();

#endif