From b4066e6888eaa7e868a69ed5ff105925d0dcbcba Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 18 May 2019 15:21:20 +0100 Subject: [PATCH] fix export --- cl-sipc.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-sipc.lisp b/cl-sipc.lisp index 6189131..c8e0ef6 100644 --- a/cl-sipc.lisp +++ b/cl-sipc.lisp @@ -160,4 +160,4 @@ (with-bound-socket (sd sock :connect) (send sd value type))) -(mapc #'export '(connect respond send send-quick bind hook release with-bound-socket)) +(mapc #'export '(connect respond timeout send send-quick bind hook release with-bound-socket))