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.37 by ats, Tue Apr 6 22:09:22 2004 UTC vs.
Revision 1.38 by tdb, Wed Apr 7 09:44:08 2004 UTC

# Line 33 | Line 33 | int sg_init(void);
33   int sg_drop_privileges(void);
34  
35   typedef enum {
36 <        SG_ERROR_NONE = 0
36 >        SG_ERROR_NONE = 0,
37 >        SG_ERROR_MALLOC_FAILED
38   } sg_error;
39  
40   void sg_set_error(sg_error code, const char *arg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines