Exporting sockaddr and addrinfo.

This commit is contained in:
Alex Shinn 2013-05-30 08:09:05 +09:00
parent aba919f1b4
commit b77e4397d7

View file

@ -12,7 +12,9 @@
socket-opt/debug socket-opt/broadcast socket-opt/reuseaddr
socket-opt/keepalive socket-opt/oobinline socket-opt/sndbuf
socket-opt/rcvbuf socket-opt/dontroute socket-opt/rcvlowat
socket-opt/sndlowat)
socket-opt/sndlowat
;; C structs
sockaddr addrinfo)
(import (chibi) (chibi filesystem))
(include-shared "net")
(include "net.scm"))