From 1976980d4a272fb7fc3694c734bfc6825edfc721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 03:23:44 +0200 Subject: Centralize (almost) all exports to :export in define-module. --- module/calp/entry-points/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/calp/entry-points') diff --git a/module/calp/entry-points/server.scm b/module/calp/entry-points/server.scm index 26c2bee7..d357015d 100644 --- a/module/calp/entry-points/server.scm +++ b/module/calp/entry-points/server.scm @@ -34,7 +34,7 @@ and [::] for IPv6")))) (define-config port 8080 description: (_ "Port to which the web server should bind.")) -(define-public (main args) +(define (main args) (define opts (getopt-long args (getopt-opt options))) (define addr (option-ref opts 'addr #f)) -- cgit v1.2.3