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

Comparing ray/src/px/ttyimage.c (file contents):
Revision 2.4 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.5 by schorsch, Sun Mar 28 20:33:14 2004 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17  
18   #define  NCOLS          133
19  
20 + static int shade(COLR clr);
21  
22 < main(argc, argv)
23 < int  argc;
24 < char  **argv;
22 >
23 > int
24 > main(int  argc, char  **argv)
25   {
26          FILE  *input;
27          int  xres, yres;
# Line 60 | Line 61 | char  **argv;
61   }
62  
63  
64 < int
65 < shade(clr)                      /* return character for color */
66 < COLR  clr;
64 > static int
65 > shade(                  /* return character for color */
66 >        COLR  clr
67 > )
68   {
69   #define NSHADES  13
70  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines