Re: set-logical-host-for-pathname
John DeSoi <[email protected]> Wed, 3 Apr 2002 01:57:56 -0500
| Newsgroups | gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <p04330104b8d053658339@[192.168.1.6]> |
> >set-logical-host-for-pathname is defined in cl-user since it >is used to load the package file for UFFI. So, I'll export >the function from the cl-user package for use in other projects. > Of course, I realized it was in cl-user after I wrote my message. I don't know if it makes any sense to import it and export it from uffi so that users could write it as (uffi:set-logical-host-for-pathname ...). I think that helps associate it with the UFFI package, but it is no big deal either way. Thanks, John