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

Comparing ray/src/common/readoct.c (file contents):
Revision 2.19 by greg, Wed Jul 16 01:32:53 2003 UTC vs.
Revision 2.20 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17   #include  "otypes.h"
18   #include  "resolu.h"
19  
20 < static double  ogetflt();
21 < static long  ogetint();
22 < static char  *ogetstr();
23 < static int  nonsurfinset();
20 > static double  ogetflt(void);
21 > static long  ogetint(int);
22 > static char  *ogetstr(char *);
23 > static int  nonsurfinset(OBJECT *);
24   static void  octerror(int  etyp, char  *msg);
25   static void  skiptree(void);
26 < static OCTREE  getfullnode(), gettree();
26 > static OCTREE  getfullnode(void), gettree(void);
27  
28   static char  *infn;                     /* input file specification */
29   static FILE  *infp;                     /* input file stream */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines