r10608: update license
[uffi.git] / examples / c-test-fns.lisp
index 435fdd69645db951457e3b99d5ac934f24400e23..880bd2e9781b032dc28a6f7074e65546e049c0e5 100644 (file)
@@ -7,21 +7,18 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: c-test-fns.lisp,v 1.2 2002/10/16 11:56:43 kevin Exp $
+;;;; $Id$
 ;;;;
-;;;; 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)
 
 (unless (uffi:load-foreign-library 
-        (uffi:find-foreign-library "c-test-fns" *load-truename*)
-        :supporting-libraries '("c")
-        :force-load t)
+        (uffi:find-foreign-library "c-test-fns" 
+                                   (list *load-truename* "/home/kevin/debian/src/uffi/examples/"))
+        :supporting-libraries '("c"))
   (warn "Unable to load c-test-fns library"))
 
 (uffi:def-function ("cs_to_upper" cs-to-upper)