From 6e054e4a721733e74b1ebf3c38393f7c9ba0a786 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 25 Nov 2001 02:22:05 +0000 Subject: Added a new error code. --- src/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.h b/src/utils.h index 0fdf312..a401201 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $Id: utils.h,v 1.12 2001-11-23 01:19:15 rjkaes Exp $ +/* $Id: utils.h,v 1.13 2001-11-25 02:22:05 rjkaes Exp $ * * See 'utils.h' for a detailed description. * @@ -28,6 +28,7 @@ */ #define EERROR 1 /* Generic error */ #define ENOMEMORY 2 /* Out of memory (or allocation error) */ +#define EOUTRANGE 3 /* The variable is out of range */ extern int send_http_message(struct conn_s *connptr, int http_code, const char *error_title, const char *message); -- cgit v1.2.3