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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.5 by schorsch, Thu Jun 26 00:58:10 2003 UTC vs.
Revision 2.8 by schorsch, Tue Oct 21 19:19:28 2003 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11   #include  <signal.h>
12  
13   #include  "platform.h"
14 + #include  "rtprocess.h" /* getpid() */
15   #include  "ray.h"
16   #include  "source.h"
17   #include  "ambient.h"
# Line 48 | Line 49 | extern int  lim_dist;                  /* limit distance? */
49   extern char  *tralist[];                /* list of modifers to trace (or no) */
50   extern int  traincl;                    /* include == 1, exclude == 0 */
51  
52 < void    onsig();
53 < void    sigdie();
54 < void    printdefaults();
52 > void    onsig(int);
53 > void    sigdie(int, char*);
54 > void    printdefaults(void);
55  
56  
57   int
# Line 416 | Line 417 | char  *msg;
417  
418  
419   void
420 < printdefaults()                 /* print default values to stdout */
420 > printdefaults(void)                     /* print default values to stdout */
421   {
422          register char  *cp;
423  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines