Normalized cases

This commit is contained in:
Joseph Henry
2015-10-14 13:47:35 -04:00
parent a35b6589d2
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);