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

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.22 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.23 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   * Header file for rholo program
4   */
5 + #ifndef _RAD_RHOLO_H_
6 + #define _RAD_RHOLO_H_
7  
8   #include "holo.h"
9   #include "vars.h"
10  
11 + #ifdef __cplusplus
12 + extern "C" {
13 + #endif
14 +
15   #ifndef RPACKSIZ
16   #define RPACKSIZ        21              /* good packet size */
17   #endif
# Line 114 | Line 120 | extern char    *rtargv[];
120   extern PACKET   *do_packets(), *get_packets(), *flush_queue();
121  
122   extern int16    *viewbeams();
123 +
124 +
125 + #ifdef __cplusplus
126 + }
127 + #endif
128 + #endif /* _RAD_RHOLO_H_ */
129 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines