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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.26 by schorsch, Mon Nov 10 12:28:56 2003 UTC vs.
Revision 2.27 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 61 | Line 61 | int  wrongformat = 0;
61   FILE  *lblopen();
62   void  quit();
63  
64 + static gethfunc tabputs;
65  
66 < tabputs(s)                      /* print line preceded by a tab */
67 < char  *s;
66 >
67 > static int
68 > tabputs(                        /* print line preceded by a tab */
69 >        char    *s,
70 >        void    *p
71 > )
72   {
73          char  fmt[32];
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines