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.6 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 19 | Line 19
19   extern "C" {
20   #endif
21  
22 < #include "copyright.h"
23 <
22 > #include <stdio.h>
23                          /* flags for scanline ordering */
24   #define  XDECR                  1
25   #define  YDECR                  2
# Line 73 | Line 72 | extern void    fputformat(char *s, FILE *fp);
72   extern int      getheader(FILE *fp, int (*f)(), char *p);
73   extern int      globmatch(char *pat, char *str);
74   extern int      checkheader(FILE *fin, char *fmt, FILE *fout);
76
75  
76   #ifdef __cplusplus
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines