X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Ftime-server%2Ftime-server.factor;h=6a43c59e18665c296df9d12d6791a7b63d32ae06;hp=1b2f14650aecd368484ed826a528c36dc1657fe3;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/time-server/time-server.factor b/extra/time-server/time-server.factor index 1b2f14650a..6a43c59e18 100644 --- a/extra/time-server/time-server.factor +++ b/extra/time-server/time-server.factor @@ -2,7 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors calendar calendar.format command-line io io.encodings.ascii io.servers kernel math.parser namespaces -sequences threads ; +sequences ; IN: time-server : handle-time-client ( -- )