r9015: fix typo for openmcl
[uffi.git] / src / package.lisp
index 9bd1b093d747382de5be47ee4dab1671b43b8de9..4744635c2c92c828bb3d9a5ed8c8c7684e0aa8f6 100644 (file)
    #:ensure-char-integer
    #:null-pointer-p
    #:make-null-pointer
+   #:make-pointer
+   #:pointer-address
    #:+null-cstring-pointer+
    #:char-array-to-pointer
+   #:with-cast-pointer
+   #:def-foreign-var
    
    ;; string functions
    #:convert-from-cstring
@@ -60,6 +64,7 @@
    #:convert-to-foreign-string
    #:allocate-foreign-string
    #:with-foreign-string
+   #:foreign-string-length
    
    ;; function call
    #:def-function