summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
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);