# HG changeset patch # User Steve Losh # Date 1516664139 18000 # Node ID aa5470cfe0267f95ccf587fb5554e9d79927ec9e # Parent 66846306020f7809a6ff6a89490fa3b4294064e2 Export API functions diff -r 66846306020f -r aa5470cfe026 package.lisp --- a/package.lisp Tue Jan 16 23:12:25 2018 -0500 +++ b/package.lisp Mon Jan 22 18:35:39 2018 -0500 @@ -2,4 +2,8 @@ (:use :cl :trivial-ppm.quickutils) - (:export)) + (:export + :read-from-file + :read-from-stream + :write-to-file + :write-to-stream))