X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgethostname.cl;h=0b3ceda7820c3c3102714acdabf3bd7aa5a82ce8;hb=bc5968d54cee0416db7db9ee2c7295489170bccf;hp=4916ed33a939714ea61b4804a3efa07e0f0842a2;hpb=a395c2892f8bbf8e94f3d1e35b6f24f5c4659b64;p=uffi.git diff --git a/tests/gethostname.cl b/tests/gethostname.cl index 4916ed3..0b3ceda 100644 --- a/tests/gethostname.cl +++ b/tests/gethostname.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: gethostname.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: gethostname.cl,v 1.2 2002/03/09 21:19:31 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -32,7 +32,7 @@ ;;; This example is inspired by the example on the CL-Cookbook web site -(uffi:def-routine ("gethostname" c-gethostname) +(uffi:def-function ("gethostname" c-gethostname) ((name :c-string) (len :int)) :returning :int)