From b77e4397d74a8e3c1a13bfdc16859723f71aa19c Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 30 May 2013 08:09:05 +0900 Subject: [PATCH] Exporting sockaddr and addrinfo. --- lib/chibi/net.sld | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/chibi/net.sld b/lib/chibi/net.sld index 365081a0..000a9fe7 100644 --- a/lib/chibi/net.sld +++ b/lib/chibi/net.sld @@ -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"))