--- projects/libstatgrab/src/libstatgrab/statgrab.h 2004/04/06 22:09:22 1.37 +++ projects/libstatgrab/src/libstatgrab/statgrab.h 2004/04/07 09:44:08 1.38 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: statgrab.h,v 1.37 2004/04/06 22:09:22 ats Exp $ + * $Id: statgrab.h,v 1.38 2004/04/07 09:44:08 tdb Exp $ */ #include @@ -33,7 +33,8 @@ int sg_init(void); int sg_drop_privileges(void); typedef enum { - SG_ERROR_NONE = 0 + SG_ERROR_NONE = 0, + SG_ERROR_MALLOC_FAILED } sg_error; void sg_set_error(sg_error code, const char *arg);