File: fd.h

package info (click to toggle)
dot-forward 0.71-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 508 kB
  • ctags: 347
  • sloc: ansic: 2,840; makefile: 400; sh: 298
file content (7 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
#ifndef FD_H
#define FD_H

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

#endif