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.40 by tdb, Wed Apr 7 14:53:40 2004 UTC vs.
Revision 1.41 by tdb, Wed Apr 7 19:26:16 2004 UTC

# Line 38 | Line 38 | typedef enum {
38          SG_ERROR_KSTAT_OPEN,
39          SG_ERROR_OPEN,
40          SG_ERROR_SYSCTLBYNAME,
41 <        SG_ERROR_PARSE
41 >        SG_ERROR_SYSCTL,
42 >        SG_ERROR_PARSE,
43 >        SG_ERROR_GETMNTINFO,
44 >        SG_ERROR_SETMNTENT,
45 >        SG_ERROR_DEVSTAT_GETDEVS,
46 >        SG_ERROR_DEVSTAT_SELECTDEVS,
47 >        SG_ERROR_ASPRINTF,
48 >        SG_ERROR_UNSUPPORTED
49   } sg_error;
50  
51   void sg_set_error(sg_error code, const char *arg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines