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

Comparing ray/src/hd/sm_list.h (file contents):
Revision 3.6 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.7 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 3 | Line 3
3   *  list.h
4   *  Linked list data structure and routines
5   */
6 + #ifndef _RAD_SM_LIST_H_
7 + #define _RAD_SM_LIST_H_
8  
9 + #ifdef __cplusplus
10 + extern "C" {
11 + #endif
12 +
13   #ifndef TRUE
14   #define TRUE 1
15   #define FALSE 0
# Line 39 | Line 45 | int remove_from_list();
45   LIST *add_data();
46  
47  
48 + #ifdef __cplusplus
49 + }
50 + #endif
51 + #endif /* _RAD_SM_LIST_H_ */
52  
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines