ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/aedimage.c
(Generate patch)

Comparing ray/src/px/aedimage.c (file contents):
Revision 2.3 by greg, Fri Oct 2 16:21:47 1992 UTC vs.
Revision 2.5 by greg, Sat Feb 22 02:07:27 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1986 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  aedimage.c - RADIANCE driver for AED 512 terminal.
6   *
# Line 170 | Line 167 | userr:
167   }
168  
169  
170 + int
171   checkhead(line)                         /* deal with line from header */
172   char  *line;
173   {
# Line 181 | Line 179 | char  *line;
179                  formatval(fmt, line);
180                  wrong_fmt = strcmp(fmt, COLRFMT);
181          }
182 +        return(0);
183   }
184  
185  
# Line 245 | Line 244 | char  *err;
244   }
245  
246  
247 + void
248   eputs(s)
249   char  *s;
250   {
# Line 252 | Line 252 | char  *s;
252   }
253  
254  
255 + void
256   quit(status)
257   int  status;
258   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines