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

Comparing ray/src/px/rasterfile.h (file contents):
Revision 3.1 by greg, Sat Feb 22 02:07:28 2003 UTC vs.
Revision 3.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 4 | Line 4
4   /*
5   * Description of header for files containing raster images
6   */
7 + #ifndef _RAD_RASTERFILE_H_
8 + #define _RAD_RASTERFILE_H_
9  
10 < #ifndef _rasterfile_h
11 < #define _rasterfile_h
10 > #ifdef __cplusplus
11 > extern "C" {
12 > #endif
13  
14   struct rasterfile {
15          int     ras_magic;              /* magic number */
# Line 48 | Line 51 | struct rasterfile {
51   *   true length from the width, height, and depth fields.
52   */
53  
54 < #endif /*!_rasterfile_h*/
54 > #ifdef __cplusplus
55 > }
56 > #endif
57 > #endif /* _RAD_RASTERFILE_H_ */
58 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines