New function foreign-encoded-string-octets
[uffi.git] / src / package.lisp
index bdce95b70b5fcf3b91ede72cb5374a66eac66239..15b47928a0b25882f1051e9c0e484e0572156530 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*
+   #:foreign-encoded-string-octets
    ))