13 lines
349 B
Text
13 lines
349 B
Text
|
$NetBSD: patch-at,v 1.1 2008/09/10 13:32:48 taca Exp $
|
||
|
|
||
|
--- image/faces.c.orig 2001-08-31 02:10:30.000000000 +0900
|
||
|
+++ image/faces.c
|
||
|
@@ -86,6 +86,7 @@ static int nextInt(zf, len)
|
||
|
|
||
|
Image *facesLoad(fullname, name, verbose)
|
||
|
char *fullname, *name;
|
||
|
+ int verbose;
|
||
|
{ ZFILE *zf;
|
||
|
Image *image;
|
||
|
char fname[BUFSIZ];
|