X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=bdce95b70b5fcf3b91ede72cb5374a66eac66239;hb=1e5809bc5e68d9f1f5a676fa24253b3b95d490ac;hp=963a16ecf069069d07c85cc5d59a2cdf5d9e172d;hpb=70961aaf321b11e18884c7815d679e2b560996af;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index 963a16e..bdce95b 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -15,14 +15,14 @@ (defpackage #:uffi (:use #:cl) - (:export - + (:export + ;; immediate types #:def-constant #:def-foreign-type #:def-type #:null-char-p - + ;; aggregate types #:def-enum #:def-struct @@ -31,7 +31,7 @@ #:def-array-pointer #:deref-array #:def-union - + ;; objects #:allocate-foreign-object #:free-foreign-object @@ -52,7 +52,8 @@ #:with-cast-pointer #:def-foreign-var #:convert-from-foreign-usb8 - + #:def-pointer-var + ;; string functions #:convert-from-cstring #:convert-to-cstring @@ -65,7 +66,7 @@ #:with-foreign-string #:with-foreign-strings #:foreign-string-length - + ;; function call #:def-function