X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=963a16ecf069069d07c85cc5d59a2cdf5d9e172d;hb=70961aaf321b11e18884c7815d679e2b560996af;hp=33909adcd4a84d535237b5c5e9ca2e3daffac5d3;hpb=55e1a4c1af5cb469357bb69543d89ad2dee48cc1;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index 33909ad..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) @@ -66,6 +63,7 @@ #:convert-to-foreign-string #:allocate-foreign-string #:with-foreign-string + #:with-foreign-strings #:foreign-string-length ;; function call @@ -79,6 +77,7 @@ ;; OS #:run-shell-command + #:getenv ))