diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:34:38 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:34:38 +0000 |
commit | a46bfdc2e07442a49c4955abdd28fc458a2cece5 (patch) | |
tree | 83c6667856363a8feb43a7841ee8af93cd0b6ce2 /src/utils.h | |
parent | badd237fe61461c8f3b27bd50fcff4cfd2c62b57 (diff) |
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]
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 5 |
1 files changed, 1 insertions, 4 deletions
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); |