From a46bfdc2e07442a49c4955abdd28fc458a2cece5 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 13 Mar 2003 21:34:38 +0000 Subject: Moved the send_http_error_message() and indicate_http_error() functions into the htmlerror.c file, and recoded them to use the new variable substitution system. [Steven Young] --- src/utils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 0bbd198..085a644 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $Id: utils.h,v 1.22 2002-12-04 17:06:14 rjkaes Exp $ +/* $Id: utils.h,v 1.23 2003-03-13 21:34:37 rjkaes Exp $ * * See 'utils.h' for a detailed description. * @@ -26,9 +26,6 @@ struct conn_s; extern int send_http_message(struct conn_s *connptr, int http_code, const char *error_title, const char *message); -extern int send_http_error_message(struct conn_s *connptr); -extern int indicate_http_error(struct conn_s* connptr, int number, - const char *string); extern int pidfile_create(const char *path); extern int create_file_safely(const char *filename, unsigned int truncate_file); -- cgit v1.2.3