summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2003-03-13 21:34:38 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2003-03-13 21:34:38 +0000
commita46bfdc2e07442a49c4955abdd28fc458a2cece5 (patch)
tree83c6667856363a8feb43a7841ee8af93cd0b6ce2 /src/utils.h
parentbadd237fe61461c8f3b27bd50fcff4cfd2c62b57 (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.h5
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);