Version 1.8.0: First version with external formats for encoding foreign strings
[uffi.git] / src / package.lisp
index bdce95b70b5fcf3b91ede72cb5374a66eac66239..4d3832a65b9e35917dc36945637386885d824fde 100644 (file)
@@ -18,6 +18,7 @@
   (:export
 
    ;; immediate types
+   #:no-long-long
    #:def-constant
    #:def-foreign-type
    #:def-type
    ;; OS
    #:run-shell-command
    #:getenv
+
+   ;; Internatialization
+   #:no-i18n
+   #:*default-foreign-encoding*
+   #:*foreign-encodings*
    ))