r10799: 2005-11-07 Kevin Rosenberg (kevin@rosenberg.net)
[uffi.git] / src / package.lisp
index 4744635c2c92c828bb3d9a5ed8c8c7684e0aa8f6..abaad4655e0851e2f16132a77ed538684324fbad 100644 (file)
@@ -7,11 +7,8 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ;;;;
-;;;; UFFI users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
@@ -45,6 +42,7 @@
    #:deref-pointer
    #:ensure-char-character
    #:ensure-char-integer
+   #:ensure-char-storable
    #:null-pointer-p
    #:make-null-pointer
    #:make-pointer
@@ -53,6 +51,7 @@
    #:char-array-to-pointer
    #:with-cast-pointer
    #:def-foreign-var
+   #:convert-from-foreign-usb8
    
    ;; string functions
    #:convert-from-cstring
    #:find-foreign-library
    #:load-foreign-library
    #:default-foreign-library-type
+   #:foreign-library-types
 
    ;; OS
    #:run-shell-command
+   #:getenv
    ))