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

Comparing ray/src/common/resolu.h (file contents):
Revision 2.5 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.8 by schorsch, Mon Oct 27 10:19:31 2003 UTC

# Line 15 | Line 15
15   */
16   #ifndef _RAD_RESOLU_H_
17   #define _RAD_RESOLU_H_
18 +
19 + #include <time.h>
20 +
21 +
22   #ifdef __cplusplus
23   extern "C" {
24   #endif
25  
22 #include "copyright.h"
23
26                          /* flags for scanline ordering */
27   #define  XDECR                  1
28   #define  YDECR                  2
# Line 73 | Line 75 | extern void    fputformat(char *s, FILE *fp);
75   extern int      getheader(FILE *fp, int (*f)(), char *p);
76   extern int      globmatch(char *pat, char *str);
77   extern int      checkheader(FILE *fin, char *fmt, FILE *fout);
76
78  
79   #ifdef __cplusplus
80   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines