X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=963a16ecf069069d07c85cc5d59a2cdf5d9e172d;hb=e78d319febd47318c2dd88a8b6637e665d9e33e2;hp=3c22730a3f73e7735f9d0701915f0fd184879f42;hpb=3e1ab6ebfcf56e76edffaff284aca937e8152408;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index 3c22730..963a16e 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -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) @@ -54,6 +51,7 @@ #:char-array-to-pointer #:with-cast-pointer #:def-foreign-var + #:convert-from-foreign-usb8 ;; string functions #:convert-from-cstring @@ -65,6 +63,7 @@ #:convert-to-foreign-string #:allocate-foreign-string #:with-foreign-string + #:with-foreign-strings #:foreign-string-length ;; function call @@ -74,9 +73,11 @@ #:find-foreign-library #:load-foreign-library #:default-foreign-library-type + #:foreign-library-types ;; OS #:run-shell-command + #:getenv ))