From 42824b00aeb4b32664295ccf56b4472028f7a8ef Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sat, 30 Mar 2013 10:53:28 +0400 Subject: [PATCH] Export read-object and write-object. --- packages.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages.lisp b/packages.lisp index 5e69a9e..10c7ce0 100644 --- a/packages.lisp +++ b/packages.lisp @@ -17,7 +17,9 @@ :parent-of-type :immediate-parent :current-binary-object - :+null+)) + :+null+ + :read-object + :write-object)) (defpackage :com.gigamonkeys.binary-data.common-datatypes (:use :common-lisp :com.gigamonkeys.binary-data)