ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/statgrab.h
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/statgrab.h (file contents):
Revision 1.57 by tdb, Sat Sep 24 13:29:22 2005 UTC vs.
Revision 1.58 by tdb, Sat Mar 11 13:11:21 2006 UTC

# Line 24 | Line 24
24   #ifndef STATGRAB_H
25   #define STATGRAB_H
26  
27 + #ifdef __cplusplus
28 + extern "C" {
29 + #endif
30 +
31   #include <sys/types.h>
32  
33   /* FIXME typedefs for 32/64-bit types */
# Line 296 | Line 300 | sg_process_count *sg_get_process_count();
300  
301   #ifdef SG_ENABLE_DEPRECATED
302   #include <statgrab_deprecated.h>
303 + #endif
304 +
305 + #ifdef __cplusplus
306 + }
307   #endif
308  
309   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines