--- ray/src/px/pcond.h 2004/11/08 15:50:59 3.13 +++ ray/src/px/pcond.h 2004/11/14 16:57:18 3.14 @@ -1,4 +1,4 @@ -/* RCSid: $Id: pcond.h,v 3.13 2004/11/08 15:50:59 greg Exp $ */ +/* RCSid: $Id: pcond.h,v 3.14 2004/11/14 16:57:18 greg Exp $ */ /* * Header file for picture file conditioning. */ @@ -128,7 +128,7 @@ extern void adjveil(void); /* adjust veil image */ #endif extern void acuscan(COLOR *scln, int y); /* get acuity-sampled scanline */ extern void addveil(COLOR *sl, int y); /* add veil to scanline */ -extern int initacuity(void); /* initialize variable acuity sampling */ +extern void initacuity(void); /* initialize variable acuity sampling */ extern double hacuity(double La); /* human acuity func. (cycles/deg.) */ #ifdef __cplusplus