nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

fd.h (79B)


      1 #ifndef FD_H
      2 #define FD_H
      3 
      4 extern int fd_copy();
      5 extern int fd_move();
      6 
      7 #endif