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.49 by ats, Thu Apr 8 13:44:44 2004 UTC vs.
Revision 1.52 by tdb, Fri Jul 16 15:28:02 2004 UTC

# Line 21 | Line 21
21   * $Id$
22   */
23  
24 + #ifndef STATGRAB_H
25 + #define STATGRAB_H
26 +
27   #include <sys/types.h>
28  
29   /* FIXME typedefs for 32/64-bit types */
# Line 64 | Line 67 | typedef enum {
67   } sg_error;
68  
69   void sg_set_error(sg_error code, const char *arg);
70 + void sg_set_error_with_errno(sg_error code, const char *arg);
71   sg_error sg_get_error();
72   const char *sg_get_error_arg();
73 + const int sg_get_error_errno();
74   const char *sg_str_error(sg_error code);
75  
76   typedef struct {
# Line 263 | Line 268 | sg_process_count *sg_get_process_count();
268   #include <statgrab_deprecated.h>
269   #endif
270  
271 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines