Normalized cases

This commit is contained in:
Joseph Henry 2015-10-14 13:47:35 -04:00
commit 831a513b2d
8 changed files with 943 additions and 240 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);