f00a6fb545197fa8eebd0a3f3c3e7d372bfb8a0e
[vsys-scripts.git] / fdpass.h
1 // Modified version of library functions in FUSE
2 //
3 int send_fd(int sock_fd, int fd);
4 int receive_fd(int fd);
5