Added intercept build file and sources

This commit is contained in:
Joseph Henry 2015-10-09 15:41:16 -04:00
commit e3ec000e93
11 changed files with 746 additions and 5 deletions

3
netcon/sendfd.h Normal file
View file

@ -0,0 +1,3 @@
ssize_t sock_fd_write(int sock, int fd);
ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd);