From f77668159a2e9215ebbbef1ca3ef7f14431924f6 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sun, 19 Nov 2023 22:59:04 -0800 Subject: [PATCH] Export run-grpc-proto-server This is the main entry point for the Lisp gRPC/protobuf server and deserves to be exported. Requested by @cgay in #62. --- protobuf-integration.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protobuf-integration.lisp b/protobuf-integration.lisp index 3af4966..ea9e6c7 100644 --- a/protobuf-integration.lisp +++ b/protobuf-integration.lisp @@ -177,3 +177,5 @@ Parameters :cq cq :num-threads num-threads :dispatch-requests dispatch-requests))) + +(cl:export '(run-grpc-proto-server))