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.8 by schorsch, Mon Oct 27 10:19:31 2003 UTC vs.
Revision 2.10 by greg, Tue Feb 1 01:28:16 2005 UTC

# Line 2 | Line 2
2   /*
3   * Definitions for resolution line in image file.
4   *
5 < * Include after <stdio.h>, <string.h>, and <time.h>
5 > * Include after <stdio.h>
6   *
7   * True image orientation is defined by an xy coordinate system
8   * whose origin is at the lower left corner of the image, with
# Line 72 | Line 72 | extern void    printargs(int ac, char **av, FILE *fp);
72   extern int      isformat(char *s);
73   extern int      formatval(char *r, char *s);
74   extern void     fputformat(char *s, FILE *fp);
75 < extern int      getheader(FILE *fp, int (*f)(), char *p);
75 > typedef int gethfunc(char *s, void *p); /* callback to process header lines */
76 > extern int      getheader(FILE *fp, gethfunc *f, void *p);
77   extern int      globmatch(char *pat, char *str);
78   extern int      checkheader(FILE *fin, char *fmt, FILE *fout);
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines