sendfd.H 207 B

1234567891011121314
  1. /*
  2. * sendfd.H
  3. *
  4. * Created on: Feb 4, 2013
  5. * Author: xaxaxa
  6. */
  7. #ifndef SENDFD_H_
  8. #define SENDFD_H_
  9. int sendfd(int s, int fd, int flags=0);
  10. int recvfd(int s, int flags=0);
  11. #endif /* SENDFD_H_ */