From 483d611de27e32c7c061c5a9336c82e1bbd64c65 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 31 Oct 2007 12:32:50 +0100 Subject: [PATCH] export get-buf, it's needed for error handling --- cffiglue.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cffiglue.lsp b/cffiglue.lsp index 192cc4e..aebadee 100644 --- a/cffiglue.lsp +++ b/cffiglue.lsp @@ -13,7 +13,8 @@ (defpackage :lisp-stat-ffi-int (:use :common-lisp :cffi) - (:export ccl-store-integer ccl-store-double ccl-store-ptr)) + (:export ccl-store-integer ccl-store-double ccl-store-ptr + get-buf )) ;; are there any error message components that need to be exported? ;; More importantly, should we factor them out into a logging package? -- 2.11.4.GIT