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

Comparing ray/src/common/rtmisc.h (file contents):
Revision 3.2 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 3.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 4 | Line 4
4   */
5   #ifndef _RAD_RTMISC_H_
6   #define _RAD_RTMISC_H_
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
7  
8   #include  <stdlib.h>
9                                          /* memory operations */
# Line 17 | Line 14 | extern "C" {
14   #define  copystruct(d,s)        (*(d) = *(s))
15   #endif
16  
17 + #ifdef __cplusplus
18 + extern "C" {
19 + #endif
20 +
21                                          /* defined in bmalloc.c */
22   extern char     *bmalloc(unsigned int n);
23   extern void     bfree(char *p, unsigned int n);
24 +                                        /*  defined in myhostname.c */
25 + extern char     *myhostname(void);
26  
27   #ifdef __cplusplus
28   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines