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.51 by tdb, Fri Jul 16 15:07:14 2004 UTC vs.
Revision 1.52 by tdb, Fri Jul 16 15:28:02 2004 UTC

# Line 67 | 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, int use_errno);
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 char *sg_get_error_strerror();
73 > const int sg_get_error_errno();
74   const char *sg_str_error(sg_error code);
75  
76   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines