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

Comparing ray/src/px/ximage.c (file contents):
Revision 2.12 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 2.13 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 79 | Line 79 | char  *progname;
79  
80   char  errmsg[128];
81  
82 + static gethfunc headline;
83  
84 +
85   main(argc, argv)
86   int  argc;
87   char  *argv[];
88   {
89          extern char  *getenv();
90          char  *gv;
89        int  headline();
91          int  i;
92          
93          progname = argv[0];
# Line 158 | Line 159 | userr:
159   }
160  
161  
162 < int
163 < headline(s)             /* get relevant info from header */
164 < char  *s;
162 > static int
163 > headline(               /* get relevant info from header */
164 >        char    *s,
165 >        void    *p
166 > )
167   {
168          char  fmt[32];
169  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines