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

Comparing ray/src/common/rtio.h (file contents):
Revision 3.2 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 3.3 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 5 | Line 5
5  
6   #ifndef _RAD_RTIO_H_
7   #define _RAD_RTIO_H_
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
8  
9   #include  <stdio.h>
10   #include  <sys/types.h>
11   #include  <fcntl.h>
12   #include  <string.h>
13 +
14 + #ifdef __cplusplus
15 + extern "C" {
16 + #endif
17  
18   /* XXX include paths.h instead */
19   #ifndef  F_OK                   /* mode bits for access(2) call */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines